initial commit

This commit is contained in:
ston1th 2016-04-12 23:03:22 +02:00
commit 78673c0967
4 changed files with 200 additions and 0 deletions

7
README.md Normal file
View file

@ -0,0 +1,7 @@
# gomp - MasterPassword written in Go
gomp is the golang implementation of the MasterPassword algorithm.
## Sources
* http://masterpasswordapp.com/algorithm.html
* https://github.com/Lyndir/MasterPassword