e779d47a10c9764d4ed199993f7188bf66410582
+ libecrypt
A library which provides a random string generation function.
+ Usage
int main() {
ecrypt(PASSWD_LENGTH);
}
+ 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%