summaryrefslogtreecommitdiff
path: root/testsuite/cryptpw.tests
AgeCommit message (Expand)Author
2025-07-17libbb/yescrypt: actually, largest allowed salt is 86 chars, support thatDenys Vlasenko
2025-07-07cryptpw: -m sha512crypt must also be acceptedDenys Vlasenko
2025-07-07libbb/yescrypt: fix salts ending in dots (corresponding to binary zeros)Denys Vlasenko
2025-07-07libbb/yescrypt: accept longer salts (up to 84 chars)Denys Vlasenko
2025-07-07libbb/yescrypt: make it possible to set constant parameters, and set YESCRYPT_RWDenys Vlasenko
2025-07-06libbb: add yescrypt password hashing supportDenys Vlasenko
2021-11-28libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko
2017-01-15cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko