-
Thanks for your contribution, now some Linux distributions (such as debian 11) use [yescrypt](https://github.com/openwall/yescrypt) as the default encryption by default.
Is there any plan for yesc…
-
Yescrypt is a notable algorithm:
* Publicly known, modern algorithm, by Solar Designer (@solardiz)
* PHC finalist: https://www.password-hashing.net/
* Interest appears to be increasing in this al…
-
**Expected Behavior**
Can use YescriptPasswordEncoder.
**Current Behavior**
There's no YescriptPasswordEncoder in the selection.
**Context**
Please read this:
https://fedoraproject.org/wiki/Chan…
-
Hello,
Think that the readme example should be updated, since provided example is not working out of the box:
```
from pyescrypt import Yescrypt, Mode
import secrets
import time
# All def…
-
### Description
Many Linux distributions are moving towards using the yescrypt hash function as a modern hash function for system authentication (it's the default in latest versions of Fedora, Debian…
-
Since Debian 11 (bullseye) the distribution has been encrypting account passwords using the `yescrypt` hashing format. It would be useful for trocla to be able to generate such password hashes.
-
Hello
When I try to compile ccminer-KlausT-8.23-mod-r1 I have error:
```
Makefile:1866:` recipe for target 'yescrypt/ccminer-yescrypt.o' failed
make[2]: *** [yescrypt/ccminer-yescrypt.o] Error 1…
-
- [x] [Argon2](https://en.wikipedia.org/wiki/Argon2)
- [x] [Balloon](https://crypto.stanford.edu/balloon/)
- [ ] ~~[bcrypt](https://en.wikipedia.org/wiki/Bcrypt)~~ (see [rust-bcrypt](https://github.…
-
Thanks for this nice and easy to use library!
Meanwhile, [most Linux distros](https://en.wikipedia.org/wiki/Crypt_(C)#Support_in_operating_systems) included or even default to yescrypt for hashing us…
-
We recognised failing web interface login attempts when using Debian Bullseye, respectively when changing the password on an older Debian Bullseye system where the password has not changed for a while…