2023-06-01 10:53:25 -04:00
2023-06-01 10:53:25 -04:00
2023-06-01 10:53:25 -04:00
2023-06-01 10:53:25 -04:00
2023-06-01 10:53:25 -04:00

+ ecrypt - a simple password and key generator

ecrypt is an extremely simple and basic encryption tool. It does not aim to provide
advanced encryption features that tools such as OpenSSL may offer, it simply acts as
a random string generator and comparison tool.

+ Dependencies

	- libecrypt 2.2.0

+ Installation

Clone this repository:
	(user)$ git clone https://git.everestlinux.org/EverestLinux/ecrypt

Review src/config.h:
	(user)$ $EDITOR src/config.h

Review config.mk:
	(user)$ $EDITOR config.mk

Run make:
	(user)$ make

Install:
	(root)# make install
Description
No description provided
Readme 30 KiB
Languages
C 91.6%
Makefile 8.4%