- 18 Jun, 2020 1 commit
-
-
Deon George authored
-
- 17 Jun, 2020 1 commit
-
-
Deon George authored
-
- 04 Jun, 2020 1 commit
-
-
Deon George authored
-
- 14 Sep, 2019 1 commit
-
-
Stephen Paul Weber authored
* encryptSecretKey: Implement encryptSecretKey
-
- 11 Sep, 2019 1 commit
-
-
Stephen Paul Weber authored
Allow encrypting a decrypted secret key, which is especially useful for generating a new encrypted secret key. Defaults to AES256, S2K iter+salt SHA512, always uses s2k_useage 254 with sha1 integrity protection of the encrypted key material. Also add an example to parallel keygen.php that generates a key and then encrypts it with a passphrase.
-
- 01 Aug, 2019 1 commit
-
-
Stephen Paul Weber authored
-
- 01 May, 2019 1 commit
-
-
Stephen Paul Weber authored
Closes #79
-
- 29 Mar, 2019 1 commit
-
-
Stephen Paul Weber authored
Provide more guidance for understanding the examples.
-
- 20 Dec, 2018 1 commit
-
-
Meitar M authored
This commit adds an `example/README.md` file with a little bit of guidance for running the examples themselves. This is helpful because the examples all rely on the presence of a `phpseclib` installation available to the PHP interpreter, and while there is a `composer.json` file to this effect, none of the examples included the Composer `autoload.php` file. This commit makes no modifications to the example code itself, but does `include_once()` the Composer autoload script so that `phpseclib` loads and avoids causing a fatal error when a new user attempts to run the examples to learn how to use the library. This commit also updates the Travis `before_script` build script, dropping the `--dev` argument to the `composer install` command. Current versions of Composer emit a deprecation notice when `--dev` is passed.
-
- 21 Nov, 2018 1 commit
-
-
Stephen Paul Weber authored
Closes #74
-
- 26 Jul, 2018 3 commits
-
-
Stephen Paul Weber authored
In case anyone wants to check it, I guess? Closes #12
-
Stephen Paul Weber authored
-
Stephen Paul Weber authored
add travis build status to readme
-
- 25 Jul, 2018 14 commits
-
-
Stephen Paul Weber authored
Closes #33
-
Stephen Paul Weber authored
-
Stephen Paul Weber authored
-
Stephen Paul Weber authored
Closes #35
-
Stephen Paul Weber authored
Closes #61
-
Stephen Paul Weber authored
While this message may be more helpful, it will break some cases, such as when there are multiple ciphers that could be used and we can just skip CAST5 and move on. Return NULL when CAST5 unsupported, just like for other unsupported ciphers.
-
Stephen Paul Weber authored
Mcrypt is deprecated, so use OpenSSL when we can, mcrypt when we can't.
-
Stephen Paul Weber authored
-
Stephen Paul Weber authored
It seems only 2.0.8 is broken
-
Stephen Paul Weber authored
They're very old, and 5.6 is available in Debian stable and oldstable, so drop support.
-
Stephen Paul Weber authored
-
Stephen Paul Weber authored
Otherwise it returns false, we try to unpack that, and generally bad things happen.
-
Stephen Paul Weber authored
-
Stephen Paul Weber authored
add suggestion to composer
-
- 26 Dec, 2017 2 commits
-
-
Stephen Paul Weber authored
add php 7.1 7.2 to travis
-
Rotzbua authored
-
- 15 Dec, 2017 6 commits
- 22 Jul, 2017 1 commit
-
-
Stephen Paul Weber authored
-
- 19 Jul, 2017 1 commit
-
-
Stephen Paul Weber authored
-
- 12 Apr, 2017 1 commit
-
-
Stephen Paul Weber authored
-
- 11 Apr, 2017 2 commits
-
-
-
Jason Gallavin authored
Add compatibility with phpseclib 2.0.3 - 2.0.4
-