-
qBittorrent has the option to view and prioritize the files of a torrent, in the case of torrents with multiple files.
Halite does not appear to be able to prioritize or even view the files of a torr…
ghost updated
8 years ago
-
https://github.com/zendframework/zend-crypt/blob/4c3472d67764e64f98e96651865a9c9c2e71eecd/src/FileCipher.php#L333-L346
Decrypt-then-Verify violates [the cryptographic doom principle](http://www.thoug…
-
```
$ivsize = \openssl_cipher_iv_length($config['CIPHER_METHOD']);
$iv = \fread($inputHandle, $ivsize);
if ($iv === false ) {
throw new Ex\CannotPer…
-
Currently, you have three main `Key` derivatives to work with:
- `\ParagonIE\Halite\Symmetric\SecretKey`
- `\ParagonIE\Halite\Asymmetric\PublicKey`
- `\ParagonIE\Halite\Asymmetric\SecretKey`
But each…
-
See https://getcomposer.org/, https://packagist.org/ and [Wikipedia](https://en.wikipedia.org/wiki/Composer_%28software%29).
-
I am unable to successfully converge the recipe to setup a two node cluster. See the full snippet below. Please can someone assist me by pointing me to what I am doing wrong? I also attached my very s…
-
Releases only available to download from SourceForge, now a known malware injector. An alternative should be found.
-
We are trying to replace the depreciated [`python`](https://github.com/poise/python) cookbook with the `poise-python` cookbook in our Chef 12 environment. When running chef-client(`version 12.3.0`) on…
-
```
PHPUnit 5.0.5 by Sebastian Bergmann and contributors.
Cannot open file "/home/firexware/egits/halite/vendor/autoload.php".
```
-
https://github.com/paragonie/halite/blob/master/src/Password.php#L34