Extended crypt library supporting descrypt, md5crypt, bcrypt, and others
Extended crypt library for descrypt, md5crypt, bcrypt, and others
libxcrypt$ echo 'password123' | crypt$ crypt_gensalt() && crypt_r() in C programs using libxcrypt$ gcc -o auth_app myapp.c -lxcrypt