aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cryptpw.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libbb: code shrink in des encryption, in setup_salt()Denys Vlasenko2021-11-281-0/+14
| | | | | | | | | | | function old new delta pw_encrypt 978 971 -7 .rodata 108208 108192 -16 des_crypt 1211 1181 -30 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/3 up/down: 0/-53) Total: -53 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* cryptpw: support "rounds=NNNNNNN$" thing in saltsDenys Vlasenko2017-01-151-0/+28
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>