aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:28:58 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:28:58 +0100
commit88daf220cf1068ad4efca0039dc3c6673bc3aaac (patch)
treeb9c92338dd8ac3cfe8f720dc9bd2b455860b7b68 /README
parentUpdate e-mail (diff)
downloadfile2key-88daf220cf1068ad4efca0039dc3c6673bc3aaac.tar.gz
file2key-88daf220cf1068ad4efca0039dc3c6673bc3aaac.tar.bz2
file2key-88daf220cf1068ad4efca0039dc3c6673bc3aaac.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 3bf0ce5..9148f6f 100644
--- a/README
+++ b/README
@@ -5,17 +5,17 @@ SYNOPSIS
file2key [file]
DESCRIPTION
- 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 key file from any
+ file2key uses Keccak[] to create a hash as big as the
+ selected file and then prints the bitwise exclusive OR
+ of the hash and the file, making a key file from any
normal file and a passphrase.
- The idea is the reversed of steganography.
+ The idea is the reverse of steganography.
file2key can also be used to encrypt and decrypt files.
RATIONALE
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.
+ that if it required configuration you would run the risk
+ of losing all your keys if you lost your configuration.
This must not happen.