+ libecrypt A library which provides a random string generation function. + Usage #include int main() { ecrypt(PASSWD_LENGTH); } (user)$ gcc prog.c -L. -lecrypt -o prog + Installation Run 'make' to create the static library. Run 'make install' to install the static library and header.