From c49606f2dc4add40ded97e4d1843d3a7292f3a9f Mon Sep 17 00:00:00 2001 From: gdrooid Date: Mon, 28 Apr 2014 14:56:21 +0200 Subject: [PATCH] documentation fix --- tomb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tomb b/tomb index 4dcbbf7..a713439 100755 --- a/tomb +++ b/tomb @@ -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)