A simple key/password generator
Go to file
2023-05-16 13:22:38 -04:00
include init 2023-03-24 11:22:19 -04:00
man update manpage 2023-03-24 13:24:53 -04:00
src fix bugs 2023-05-16 13:22:38 -04:00
config.mk init 2023-03-24 11:22:19 -04:00
LICENSE add license 2023-03-29 17:20:38 -04:00
Makefile fix compilation issues 2023-05-16 12:19:02 -04:00
README add license 2023-03-29 17:20:38 -04:00

+ 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.

Since there is no runtime configuration, ecrypt is extremely fast and secure.

+ 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