aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cryptpw.tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko2025-07-171-3/+7
* cryptpw: -m sha512crypt must also be acceptedDenys Vlasenko2025-07-071-0/+4
* libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros)Denys Vlasenko2025-07-071-0/+20
* libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko2025-07-071-0/+4
* libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RWDenys Vlasenko2025-07-071-1/+1
* libbb: add yescrypt password hashing supportDenys Vlasenko2025-07-061-13/+53
* libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko2021-11-281-0/+14
* cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko2017-01-151-0/+28