tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit c610e6dacc007668dc6dc7e32d7be3e2c90736b3
parent 23244bdedd5a4a9b36a01a1111e2aa41ecfa6d6f
Author: Jaromil <jaromil@dyne.org>
Date:   Thu, 10 Feb 2011 12:22:11 +0100

remove debugging stuff

Diffstat:
Msrc/tomb | 4++--
Msrc/tomb-open | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/tomb b/src/tomb @@ -1,4 +1,4 @@ -#!/bin/zsh -x +#!/bin/zsh # # Tomb, the Crypto Undertaker # @@ -370,7 +370,7 @@ create_tomb() { act "once done you will be asked to choose a password for your tomb." touch ${keytmp}/tomb.tmp chmod 0600 ${keytmp}/tomb.tmp - $DD bs=1 count=256 if=/dev/urandom of=${keytmp}/tomb.tmp + $DD bs=1 count=256 if=/dev/random of=${keytmp}/tomb.tmp if ! [ -r ${keytmp}/tomb.tmp ]; then error "cannot generate encryption key, operation aborted." umount ${keytmp} diff --git a/src/tomb-open b/src/tomb-open @@ -1,4 +1,4 @@ -#!/bin/zsh -x +#!/bin/zsh # # Tomb, the Crypto Undertaker #