6b1297b6854b8af6da760899dff0409b7f69c734
+ 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 static' to compile a static library, or 'make shared' to compile a shared library. Then, run 'make install-static' or 'make install-shared' depending on what you ran previously.
Description
Languages
C
89.1%
Makefile
10.9%