This commit is contained in:
2023-06-01 10:53:25 -04:00
commit 4066382ce5
5 changed files with 162 additions and 0 deletions

26
README Normal file
View File

@@ -0,0 +1,26 @@
+ 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