summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZeapo <mohamed@zenadi.com>2014-08-06 20:35:03 +0100
committerZeapo <mohamed@zenadi.com>2014-08-06 20:35:03 +0100
commitc3696b2f495425436a42e058e7f50a7229d343cc (patch)
tree6e01eec78232cbfac7434f299ab65e69782324af /README.md
parent17ba2275ec41432d2999f9dc075299f44cacde7c (diff)
some refactoring with nicer icons...
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..c7781b17
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+PwdStore
+========
+
+This application tries to be 100% compatible with [pass](http://www.zx2c4.com/projects/password-store/)
+
+Feautres
+========
+- Clone an existing pass repository
+- List the passwords
+- Handle the directories as categories
+- Decrypt the password files (first line is the password, the rest is extra data)
+- Add a new password to the current category (or no category if added at the root)
+
+Libraries
+=========
+This project uses three libraries:
+- [OpenKeyChain](https://github.com/open-keychain/open-keychain) for encryption and decryption of passwords
+- [JGit]() a pretty good git lib
+- [Apache's FileUtils]() for files manipulations
+
+TODOs
+=====
+- Initialize a new pass repository
+- Pull from/Push to a pass repository
+- Create a new cateogry
+- Multi-select (for password deletion)
+- Multiple password stores (multiple git repositories).
+- More UI enhancements
+
+Needed
+======
+- Icons: the current ones are CC, but would be great to have our own icons
+- UI enhancements: any UI changes or suggestions are welcome
+
+
+
+
+