-
Right now batch-importing users takes a huge amount of time. @klodeckl reported in #167 that he had the feeling it went from 30-45 min in previous version(s) of the extension to more than 90 min.
D…
-
Hello! I'm really glad to see an Android version of the Argon2 library. I wanted to do it myself, but I haven't found enough time for it. Thanks for having done it for me 😉
However, when I started …
-
I know this has been discussed, but to get it documented...
There should be an Import tool that can be used to import content from an existing WordPress blog, to simplify the transition. Given the si…
ghost updated
6 years ago
-
Hi Loup, I did some [basic benchmarks](https://github.com/samuel-lucas6/benchmark-argon2-dotnet) in .NET on my desktop and M1 MacBook and found Argon2 to be much slower on my MacBook than the other li…
-
I'm still unsure whether the memory access pattern should depend on the salt. This means a unique access pattern per user, which helps against attacks. However, there was concern on the [PHC mailing l…
-
(Issue template not applicable.)
According to the documentation for this project, the default algorithm used is `argon2i`. However, it's my understanding that where available, `argon2id` should be …
-
After #5557 as seen on our ancient "bull":
```
$ ../run/john -te -form=md5crypt-opencl,argon2-opencl
Device 1: GeForce GTX 570
Benchmarking: md5crypt-opencl, crypt(3) $1$ [MD5 OpenCL]... LWS=128…
-
-
```
Collecting pynacl
Using cached https://files.pythonhosted.org/packages/61/ab/2ac6dea8489fa713e2b4c6c5b549cc962dd4a842b5998d9e80cf8440b7cd/PyNaCl-1.3.0.tar.gz
Installing build dependencies ... …
-
Okay, so here's how I have it building against Windows with the changes in #164:
- Grab the latest libsodium-msvc release from downloads.libsodium.org
- Unzip it and put it some place like `C:\libsodi…