des.h (176B)
1 #define DES_BUFFER_SIZE 13 2 #define DES_SALT_ALPHABET \ 3 "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" 4 5 int des(const char *, const char *, char *);
crypt-portablePortable version of the classic crypt(1) utility |
git clone git://git.sgregoratto.me/crypt-portable |
Log | Files | Refs |