libgocryptfs/Documentation
Jakob Unterwurzacher 61ef6b00a6 -devrandom: make flag a no-op
Commit f3c777d5ea added the `-devrandom` option:

    commit f3c777d5ea
    Author: @slackner
    Date:   Sun Nov 19 13:30:04 2017 +0100

    main: Add '-devrandom' commandline option

    Allows to use /dev/random for generating the master key instead of the
    default Go implementation. When the kernel random generator has been
    properly initialized both are considered equally secure, however:

    * Versions of Go prior to 1.9 just fall back to /dev/urandom if the
      getrandom() syscall would be blocking (Go Bug #19274)

    * Kernel versions prior to 3.17 do not support getrandom(), and there
      is no check if the random generator has been properly initialized
      before reading from /dev/urandom

    This is especially useful for embedded hardware with low-entroy. Please
    note that generation of the master key might block indefinitely if the
    kernel cannot harvest enough entropy.

We now require Go v1.13 and Kernel versions should have also moved on.
Make the flag a no-op.

https://github.com/rfjakob/gocryptfs/issues/596
2021-08-25 12:39:17 +02:00
..
.gitignore Update gocryptfs-xray manpage, have MANPAGE-render.bash generate both 2019-01-04 20:12:07 +01:00
CLI_ABI.md Assorted spelling fixes. 2018-12-27 15:19:55 +01:00
MANPAGE-STATFS.md Expand statfs man page a little and include in build.bash 2019-09-08 15:50:05 +02:00
MANPAGE-XRAY.md gocryptfs-xray: document -encrypt-paths / -decrypt-paths 2020-05-10 00:14:03 +02:00
MANPAGE-render.bash Provide a manpage for statfs tool. 2019-09-08 15:30:29 +02:00
MANPAGE.md -devrandom: make flag a no-op 2021-08-25 12:39:17 +02:00
SECURITY.md Link to official website; move security document 2015-12-20 18:25:10 +01:00
XFSTESTS.md Update fuse-xfstests results 2019-10-13 19:34:03 +02:00
duplicate-inodes.txt main: add "-sharedstorage" flag 2017-11-12 20:06:13 +01:00
extractloop.md doc: update extractloop results 2019-01-05 12:17:17 +01:00
extractloop_plot_csv.png doc: update extractloop results 2019-01-05 12:17:17 +01:00
file-format.md A few more spelling fixes. 2019-01-05 12:27:55 +01:00
folders-side-by-side.gif README: Add folders side-by-side animation gif 2018-07-01 15:28:22 +02:00
gocryptfs-logo.png README: use pre-rendered PNG logo 2017-03-25 14:22:07 +01:00
performance-reverse.txt Update reverse benchmarks 2018-08-18 12:25:03 +02:00
performance.txt doc: update performance.txt 2021-06-26 20:57:39 +02:00