tuse kdf when forging key - coffin - secure lan file storage on a device
HTML git clone git://parazyd.org/coffin.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit ebe752a86e5655b89cd104538252cfd8b0d5fba9
DIR parent 281d5c8ea2d3ab6088de57d9be6663aafd926c55
HTML Author: parazyd <parazyd@dyne.org>
Date: Sat, 2 Apr 2016 12:26:18 +0200
use kdf when forging key
Diffstat:
M src/zlibs/hooks | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/zlibs/hooks b/src/zlibs/hooks
t@@ -52,7 +52,8 @@ create-new-tomb() {
(die "Digging went downhill. Cleaning and exiting" && \
clean-failed-hook)
- sudo -u $undertaker $TOMB forge $GRAVEYARD/$tombid.key \
+ sudo -u $undertaker $TOMB forge -k $GRAVEYARD/$tombid.key \
+ --kdf 10 \
--unsafe \
--tomb-pwd "$keypass" || \
(die "Forging key went downhill. Cleaning and exiting" && \