Jump to content

Null encryption

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Ltbdl (talk | contribs) at 07:06, 15 July 2024 (Adding local short description: "Choosing not to use encryption", overriding Wikidata description "choosing not to use encryption in a system where various encryption options are offered, for testing/debugging, or authentication-only communication"). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In modern cryptography, null encryption (or selecting null cipher or NONE cipher) is choosing not to use encryption in a system where various encryption options are offered. When this option is used, the text is the same before and after encryption, which can be practical for testing/debugging, or authentication-only communication. In mathematics such a function is known as the identity function.

Examples of this are the "eNULL" and "aNULL" cipher suite in OpenSSL,[1] and the "NULL Encryption Algorithm" in IPSec.[2]

See also

[edit]
  • RFC 2410: "The NULL Encryption Algorithm and Its Use With IPsec"

References

[edit]
  1. ^ "ciphers - SSL cipher display and cipher list tool". OpenSSL. Retrieved 2014-12-10.
  2. ^ RFC 2410 - The NULL Encryption Algorithm and Its Use With IPsec