-
I have almost no information about why this occurs, but using `crypto_pwhash` or `crypto_pwhash_argon2i` don't seem to work anymore.
Workaround: use scrypt, which doesn't seem to have a problem.
-
This issue reported by @streicherlouw at #9
I moved the issue to here.
---
Hi.
I am trying this code for the first time today, and having a bit of trouble with pairing. The example SWITCH…
-
Depends on #2
-
I stumbled upon the very strange bug that is likely related to the hash algorithm implementation itself.
The following code completely brakes NUnit test runner.
var argon2 = new Argon2i(passwo…
ghost updated
7 years ago
-
I want to ensure my test suite is fast, so for the test env I want to use minimum costs. [Based on this](https://github.com/technion/ruby-argon2/blob/89d08c1e5d01c7c9465bc327fc9120a2babd1c34/lib/argon…
-
These are some system combinations that I've tried to install sodium to:
* Ubuntu 16.04 / OCaml 4.03.0 / opam 1.2.2 (my machine)
* Ubuntu 16.04 / OCaml 4.04.0 / opam 1.2.2 (docker container)
* de…
-
Do you intend to support the crypto_secretstream* functions, or is there another straightforward way to encrypt streams and large files without having the whole thing in memory?
-
Hi,
https://github.com/bryant/argon2rs/pull/18 brought to my attention an attack documented in https://eprint.iacr.org/2016/759.pdf. The paper has been around for a few months now and mentions that t…
-
I'm trying to get kinetic to install but I'm hit by this error on emerging all the dependencies:
```
>>> Emerging (100 of 107) sci-libs/sdformat-4.2.0::ros-overlay
* sdformat-4.2.0.tar.bz2 SHA25…
-
Hey, the process outlined in https://pehapkari.cz/blog/2017/02/06/how-to-rehash-legacy-passwords-in-symfony/ is sub-optimal. Here are the reasons, mostly copied from my comment below the article. Sorr…
spaze updated
7 years ago