README.md in pwkeep-0.0.3 vs README.md in pwkeep-0.0.4
- old
+ new
@@ -25,17 +25,19 @@
pwkeep -v -n <name>
See --help for more options.
+When upgrading from <0.4, please run --migrate once to rename your files.
+
Features
========
Password keep is intended to be simple and easy to use. It uses RSA + AES256 encryption for your credentials. The
data is not restricted to usernames and passwords, you can store whatever you want.
-Editing is done with embedded ruco text editor using memory-only backing. No temporary files are used.
+Editing is done with vipe, which you need to install.
Configuration
=============
The configuration file is a simple YAML formatted file with following syntax (*NOT YET SUPPORTED*)
@@ -53,10 +55,10 @@
============
The private.pem file contains your private key. It is fully manipulatable with openssl binary without any specialities.
system-\* files contain actual credentials. The file name consists from system- prefix and hashed system name. The system
-name is hashed iterations time with chosen hash, SHA512 by default.
+name is encrypted with your public key, then hashed iterations time with chosen hash, SHA512 by default.
The actual file format is:
* header (encrypted with your public key)
* nil terminated algorithm name