Go to file
2023-06-01 10:53:25 -04:00
src init 2023-06-01 10:53:25 -04:00
config.mk init 2023-06-01 10:53:25 -04:00
Makefile init 2023-06-01 10:53:25 -04:00
README init 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