I have used the crypt function in c to encrypt the given string. I have written the following code,
#include #include int mai
The crypt function is non-standard, but is supplied as an extension by the GNU C library on Linux. It's defined in
crypt