Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2017-02-25 | configfile: rename "kdf.go" -> "scrypt.go" | Jakob Unterwurzacher | |
This really only handles scrypt and no other key-derivation functions. Renaming the files prevents confusion once we introduce HKDF. renamed: internal/configfile/kdf.go -> internal/configfile/scrypt.go renamed: internal/configfile/kdf_test.go -> internal/configfile/scrypt_test.go |