]> Cypherpunks.ru repositories - govpn.git/blobdiff - doc/encless.texi
[DOC] Add various concept indexes
[govpn.git] / doc / encless.texi
index f6d42810836abd80ed7b453b2a7d0c1b357e808c..fd267c73be4a78ee592f426707eb38c43d65c2dd 100644 (file)
@@ -1,4 +1,11 @@
 @node Encless
+@cindex Encryptionless
+@cindex Encryptionless mode
+@cindex Chaffing-and-Winnowing
+@cindex AONT
+@cindex All-Or-Nothing-Transformation
+@cindex OAEP
+@cindex SAEP+
 @subsection Encryptionless mode
 
 Some jurisdictions can force user to reveal his encryption keys. However
@@ -15,7 +22,7 @@ resource hungry algorithm, so we use it after
 @url{http://theory.lcs.mit.edu/~cis/pubs/rivest/fusion.ps,
 All-Or-Nothing-Transformation} (based on
 @url{http://cseweb.ucsd.edu/~mihir/papers/oaep.html, Optimal Asymmetric
-Encryption Padding}) on the data. It is confidentiality preserving
+Encryption Padding}) on the data. This is confidentiality preserving
 encoding.
 
 AONT is just a keyless encoding of the data. CnW uses only
@@ -23,8 +30,7 @@ authentication function. Handshake additionally uses Diffie-Hellman and
 signature algorithms. No encryption and steganography involved.
 
 In this mode each outgoing packet became larger on 4128 bytes and
-@ref{Noise, noise} is forcefully enabled. So this is rather resource
-hungry mode!
+@ref{Noise, noise} is forcefully enabled. So this is resource hungry mode!
 
 @strong{Beware}: by default packet serial numbers are still processed
 through the XTEA encryption. It is not required for confidentiality and
@@ -33,5 +39,5 @@ indistinguishable from the noise, for making it more DPI-proof. It
 safely can be disabled, turned off or maybe its keys even can be
 revealed without security and forward secrecy loss.
 
-See @code{src/govpn/chaffing} and @code{src/govpn/aont} packages for
-details of AONT and chaffing operations.
+See @code{govpn/cnw} and @code{govpn/aont} packages for details of AONT
+and chaffing operations.