diff options
author | Jakob Unterwurzacher | 2016-06-23 22:10:19 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-06-23 22:10:19 +0200 |
commit | b558901e66a5245d067f63f45c5ecada0fffad3f (patch) | |
tree | 97294bd48ee6f87704d2a2b7aeb1e328163c96ec /Documentation/MANPAGE.md | |
parent | 80fc3532f68b44114f70f6dad1ab0554abf279de (diff) |
Drop deprecated "-gcmiv128" option
The GCMIV128 feature flag is already mandatory, dropping the command
line option is the final step.
Completes https://github.com/rfjakob/gocryptfs/issues/29 .
Diffstat (limited to 'Documentation/MANPAGE.md')
-rw-r--r-- | Documentation/MANPAGE.md | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Documentation/MANPAGE.md b/Documentation/MANPAGE.md index fa62062..11d903d 100644 --- a/Documentation/MANPAGE.md +++ b/Documentation/MANPAGE.md @@ -58,13 +58,6 @@ to mount the gocryptfs filesytem without user interaction. **-fusedebug** : Enable fuse library debug output -**-gcmiv128** -: Use an 128-bit IV for GCM encryption instead of Go's default of -96 bits (default true). This pushes back the birthday bound for IV -collisions far enough to make it irrelevant. -This flag is useful when recovering old gocryptfs filesystems using -"-masterkey". It is ignored (stays at the default) otherwise. - **-init** : Initialize encrypted directory |