Fix up README intro.

pull/2/head
Christopher Wellons 2017-03-08 12:20:32 -05:00
parent b705d7d159
commit 91d13edd2f
1 changed files with 7 additions and 4 deletions

View File

@ -1,13 +1,16 @@
# Enchive : encrypted personal archives
Enchive is a tool encrypts files to yourself for long-term archival.
It's intended as a focused, simple alternative to more complex
solutions such as GnuPG. This program has no external dependencies and
is very easy to build for local use. Portability is emphasized over
Enchive is a tool to encrypt files to yourself for long-term archival.
It's a focused, simple alternative to more complex solutions such as
GnuPG or encrypted filesystems. Enchive has no external dependencies
and is trivial to build for local use. Portability is emphasized over
performance.
Supported platforms: Linux, BSD, macOS, Windows
The name is a portmanteau of "encrypt" and "archive," pronounced
en'kīv.
Files are secured with ChaCha20, Curve25519, and HMAC-SHA256.
## Usage