diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-17 19:40:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-17 19:40:42 +0200 |
commit | 78c382437e6e18e2867f2ddab9bebfe6223f24cc (patch) | |
tree | c1d01f813f344c7a45acf01df01ac446e392882f | |
parent | add copying and license (diff) | |
download | file2key-78c382437e6e18e2867f2ddab9bebfe6223f24cc.tar.gz file2key-78c382437e6e18e2867f2ddab9bebfe6223f24cc.tar.bz2 file2key-78c382437e6e18e2867f2ddab9bebfe6223f24cc.tar.xz |
typo + add readme
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | README | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,4 @@ -file2key – A simple command that generates a key from a file and a passphase +file2key – A simple command that generates a key from a file and a passphrase Copyright © 2014 Mattias Andrée (maandree@member.fsf.org) @@ -0,0 +1,11 @@ +A simple command that generates a key from a file and a passphrase. + +file2key uses Keccak[] to create a hash as big as a selected file +and the prints the bitwise exclusive or of the hash and the file +making a keyfile from any normal file and a passphrase. The idea +is the reversed of steganography. + +file2key cannot be configured. The idea behind this is that you +if it required configurations you run the risk of losing all your +keys if you lose your configurations. This must not happen. + |