aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libexec/encrypt/encrypt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge historiesGilles Chehade2020-04-301-0/+102
* moveGilles Chehade2020-04-301-102/+0
* replace fgetln() calls with getline()Eric Faurot2017-08-031-17/+10
* fix chacha to arc4 fuckupsGilles Chehade2013-12-051-1/+1
* enclose #include <crypt.h> whithin #ifdef HAVE_CRYPT_H. Should fix build issue reported by <ElBarto>.Charles Longeau2013-11-131-0/+2
* bye bye arc4random(). Chacha is used everywhere:Charles Longeau2013-11-021-1/+1
* every portable .c file must have at the top of the file:Charles Longeau2013-11-021-2/+2
* sync with OpenSSH openbsd-compat/arc4random.c containing new ChaCha based random number generator for OpenBSDCharles Longeau2013-11-021-1/+1
* add missing headerCharles Longeau2013-11-011-0/+1
* fix on FreeBSDGilles Chehade2013-10-271-1/+4
* - improve encrypt utility to support different ciphersGilles Chehade2013-10-271-15/+43
* Accept string from stdin.Sunil Nimmagadda2013-10-251-7/+24
* Use chacha_random instead of libc's random.Sunil Nimmagadda2013-10-251-2/+3
* Implement simple encrypt utility.Sunil Nimmagadda2013-10-241-0/+57