Add a roadmap to the README.

pull/2/head
Christopher Wellons 2017-03-03 21:47:13 -05:00
parent 92186b6c15
commit 6787983ede
1 changed files with 7 additions and 0 deletions

View File

@ -70,3 +70,10 @@ The process for decrypting a file:
4. Initialize ChaCha20 with the shared secret as the key.
5. Decrypt the ciphertext using ChaCha20.
6. Verify `sha256(key + sha256(plaintext))`.
## Roadmap
* Symmetric key management: change the passphrase on your secret key.
* Decrypt multiple files in a short period: some kind of key agent?
* Paramaters/knobs, especially with key derivation.
* Improve key generation.