8aad22c7d1cb9dd87eb5746cd1fb7021ec0b17e5
+ libecrypt
A library which provides a random string generation function.
+ Usage
#include <libecrypt.h>
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.
Description
Languages
C
89.1%
Makefile
10.9%