Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-22 | Add `-masterkey=stdin` functionality | Jakob Unterwurzacher | |
https://github.com/rfjakob/gocryptfs/issues/218 | |||
2018-02-18 | readpassword: convert from string to []byte | Jakob Unterwurzacher | |
This will allows us to overwrite the password with zeros once we are done with it. https://github.com/rfjakob/gocryptfs/issues/211 | |||
2016-06-15 | readpassword: create internal package for password reading | Jakob Unterwurzacher | |
* Supports stdin * Add tests for extpass and stdin As per user request at https://github.com/rfjakob/gocryptfs/issues/30 |