aboutsummaryrefslogtreecommitdiff
path: root/libbb/pw_encrypt_sha.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tls: add 2nd cipher_id, TLS_RSA_WITH_AES_128_CBC_SHA, so far it doesn't workDenys Vlasenko2017-01-241-1/+2
* libbb: eliminate redundant variable in sha_cryptDenys Vlasenko2017-01-151-8/+7
* libbb/pw_encrypt_sha: forgot to move &ctx to 1st param here in sha hash reworkDenys Vlasenko2010-12-011-25/+25
* whitespace cleanupDenys Vlasenko2010-10-291-3/+3
* shrink sha hashingDenis Vlasenko2009-03-121-1/+1
* timeout: new applet. 370 bytes. by Roberto Foglietta.Denis Vlasenko2008-11-241-1/+1
* libbb: sha_crypt -123 bytesDenis Vlasenko2008-11-131-30/+34
* libbb/pw_encrypt_sha: -28 bytesDenis Vlasenko2008-11-131-11/+9
* libbb: remove glibc-style bloat from sha_crypt. -1130 bytes.Denis Vlasenko2008-11-131-4/+37
* libbb: add optionl support for SHA256/512 encrypted passwordsDenis Vlasenko2008-11-101-0/+251