diff options
author | Jakob Unterwurzacher | 2019-05-13 23:01:44 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2019-05-13 23:01:44 +0200 |
commit | 991adfc934d714897e3c0ad39d37fca3edf59bcb (patch) | |
tree | 6c63f27a46ea35d6244d3b5cd125e883bff05d5a /README.md | |
parent | 2cb0e8a1aeb42920f965956995d99cd2c8dbaa67 (diff) |
-passwd now takes a passed -scryptn flag into account
https://github.com/rfjakob/gocryptfs/issues/400
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -172,6 +172,8 @@ vNEXT, in progress Note: as a security precaution, the owner must still manually `chmod gocryptfs.conf 0440` to allow mounting. * Allow the `nofail` option in `/etc/fstab` +* `-passwd` can now change the `-scryptn` parameter for existing filesystems + ([#400](https://github.com/rfjakob/gocryptfs/issues/400)) v1.7, 2019-03-17 * **Fix possible symlink race attacks in forward mode** when using allow_other + plaintextnames |