diff --git a/debian/control b/debian/control index 1f4f9eb..d4deaad 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://e-x-a.org/codecrypt Package: codecrypt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp10, libcrypto++9v5, libfftw3-double3 -Description: Encryption and signing tool using post-quantum cryptography. +Description: post-quantum encryption&signing tool Codecrypt is a quantum-computer-resistant cryptography tool that can be used to encrypt, decrypt, sign and verify documents and communications in a manner similar to GnuPG or PGP. diff --git a/man/ccr.1 b/man/ccr.1 index d8411e7..cca5b85 100644 --- a/man/ccr.1 +++ b/man/ccr.1 @@ -121,13 +121,13 @@ When doing "generate", "encrypt" or "decrypt" operation, do not encrypt asymmetrically, but instead generate or use a file with a key for specified symmetric cipher. Use "-g help" to see available symmetric primitives. For symmetric encryption to work, at least one stream cipher (marked with C) and at -least one hash function (marked with H, used to protect agains malleability) +least one hash function (marked with H, used to protect against malleability) separated by comma need to be selected. Additionally, user can specify "longblock" or "shortblock" keyword to manipulate size of internal encryption block structure (longer blocks consume more RAM, but the ciphertext doesn't grow very much); or the "longkey" flag which creates larger symmetric key to provide more key material to the ciphers (which can help to protect against -low-quality random numbers, but is generally unneccesary and even considered to +low-quality random numbers, but is generally unnecessary and even considered to be a bad practice). It is also possible to combine more stream ciphers and hash functions.