diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2004-05-14 18:46:16 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2004-05-14 18:46:16 +0000 |
commit | be06d37c189080b5998f070f5de8317bceaf3086 (patch) | |
tree | abbed66e9db4aab2512582d4bffb2d005ec8886c /usr.bin/enigma/enigma.1 | |
parent | a1bd700ab10e351128490eba333e565d64a16af7 (diff) | |
download | src-test2-be06d37c189080b5998f070f5de8317bceaf3086.tar.gz src-test2-be06d37c189080b5998f070f5de8317bceaf3086.zip |
Notes
Diffstat (limited to 'usr.bin/enigma/enigma.1')
-rw-r--r-- | usr.bin/enigma/enigma.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/enigma/enigma.1 b/usr.bin/enigma/enigma.1 index a72b22ea36c7..a2d0368636fd 100644 --- a/usr.bin/enigma/enigma.1 +++ b/usr.bin/enigma/enigma.1 @@ -33,8 +33,10 @@ simple encryption program, working on a .Dq secret-key basis. It operates as a filter, i. e. it encrypts or decrypts a stream of data from standard input, and writes the result to standard -output. It automatically detects whether the input data stream is -already encrypted, and switches into decryption mode in this case. +output. +Since its operation is fully symmetrical, feeding the encrypted data +stream again through the engine (using the same secret key) will +decrypt it. .Pp There are several ways to provide the secret key to the program. By default, the program prompts the user on the controlling terminal for |