Skip to content

Commit

Permalink
Fix up README.
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeto committed Mar 6, 2017
1 parent 72544c4 commit 188a0be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ performance.

Supported platforms: Linux, BSD, macOS, Windows

Files are secured with uses ChaCha20, Curve25519, and HMAC-SHA256.
Files are secured with ChaCha20, Curve25519, and HMAC-SHA256.

## Usage

Expand Down Expand Up @@ -44,9 +44,9 @@ and output.
### Key management

One of the core features of Enchive is the ability to derive an
asymmetric key pair from a passphrase. This means you can store your
archive key in your brain! To access this feature, use the `--derive`
(`-d`) option with the `keygen` command.
asymmetric key pair from a passphrase (PBKDF2). This means you can
store your archive key in your brain! To access this feature, use the
`--derive` (`-d`) option with the `keygen` command.

$ enchive keygen --derive

Expand Down

0 comments on commit 188a0be

Please sign in to comment.