tMerge pull request #106 from gdrooid/master - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 913a85dbb4bbfc97123cd62f848d6c874fbaa09f
 (DIR) parent 9009fba9f51185903d3ae21a8540c73d25e3ce63
 (HTM) Author: BoySka <boyska@gmail.com>
       Date:   Mon, 28 Apr 2014 15:03:20 +0200
       
       Merge pull request #106 from gdrooid/master
       
       documentation fix (urandom vs random)
       Diffstat:
         M tomb                                |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -1000,9 +1000,9 @@ engrave_key() {
        
        # This is a new way to create tombs which dissects the whole create_tomb() into 3 clear steps:
        #
       -# * dig a .tomb (the large file) using /dev/random (takes some minutes at least)
       +# * dig a .tomb (the large file) using /dev/urandom (takes some minutes at least)
        #
       -# * forge a .key (the small file) using /dev/urandom (good entropy needed)
       +# * forge a .key (the small file) using /dev/random (good entropy needed)
        #
        # * lock the .tomb file with the key, binding the key to the tomb (requires dm_crypt format)