File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ performance.
88
99Supported 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
4646One 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
You can’t perform that action at this time.
0 commit comments