2023-03-30 14:14:12 -04:00
2023-03-30 14:14:12 -04:00
2023-03-31 08:06:50 -04:00

+ libecrypt

A library which provides a random string generation function.

+ Usage

	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
Small library providing ecrypt functionalities for other C programs
Readme 42 KiB
Languages
C 89.1%
Makefile 10.9%