Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-03 | readpassword: bubble up errors instead of exiting the process | Jakob Unterwurzacher | |
This allows cleanups to happen in the caller, like removing the control socket. Fixes https://github.com/rfjakob/gocryptfs/issues/634 | |||
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 |