ecrypt3/README
2023-06-01 10:53:25 -04:00

27 lines
563 B
Plaintext

+ 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