Skip to content

Commit 188a0be

Browse files
committed
Fix up README.
1 parent 72544c4 commit 188a0be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ performance.
88

99
Supported platforms: Linux, BSD, macOS, Windows
1010

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

1313
## Usage
1414

@@ -44,9 +44,9 @@ and output.
4444
### Key management
4545

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

5151
$ enchive keygen --derive
5252

0 commit comments

Comments
 (0)