init
This commit is contained in:
26
README
Normal file
26
README
Normal 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
|
||||
Reference in New Issue
Block a user