init
This commit is contained in:
22
README
Normal file
22
README
Normal file
@@ -0,0 +1,22 @@
|
||||
+ ecrypt - a simple key/password generator
|
||||
|
||||
ecrypt is an extremely simple and basic encryption tool. It does not aim to provide
|
||||
advanced encryption features that other tools may offer, it simply acts as a random
|
||||
string generator.
|
||||
|
||||
+ Installation
|
||||
|
||||
Clone this repository:
|
||||
(user)$ git clone https://git.everestlinux.org/EverestLinux/ecrypt
|
||||
|
||||
Edit src/config.h and ensure it looks good:
|
||||
(user)$ $EDITOR src/config.h
|
||||
|
||||
Edit config.mk and adjust any options:
|
||||
(user)$ $EDITOR config.mk
|
||||
|
||||
Run make:
|
||||
(user)$ make
|
||||
|
||||
Install:
|
||||
(root)# make install
|
||||
Reference in New Issue
Block a user