Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
12 user(s) are online (12 user(s) are browsing encyclopedia)

Members: 0
Guests: 12

more...
browser tip
recommendation!
Sponsored
partner
Germany Next Topmodel
germanys next topmodel germanys next topmodel

Encryption

: This article is about algorithms for encryption and decryption. For an overview of cryptographic technology in general, see Cryptography. For the movie, see Encrypt (movie) In Cryptography, encryption is the process of obscuring Information to make it unreadable without special knowledge. While encryption has been used to protect communications for centuries, only organisations and individuals with an extraordinary need for secrecy have made use of it. In the mid-1970s, strong encryption emerged from the sole preserve of secretive government agencies into the public domain, and is now employed in protecting widely-used systems, such as Internet e-commerce, mobile telephone networks and bank automatic teller machines.

Encryption can be used to ensure secrecy, but other techniques are still needed to make communications secure, particularly to verify the integrity and authenticity of a message; for example, a message authentication code (MAC) or digital signatures. Another consideration is protection against traffic analysis.

= Ciphers =

A cipher is an Algorithm for performing Encryption (and the reverse, decryption) — a series of well-defined steps that can be followed as a procedure. An alternative term is encipherment.

The original information is known as plaintext , and the encrypted form as ciphertext. The ciphertext message contains all the information of the plaintext message, but is not in a format readable by a human or computer without the proper mechanism to decrypt it; it should resemble random gibberish to those not intended to read it.

The operation of a cipher usually depends on a piece of auxiliary information, called a key (cryptography) or, in traditional NSA parlance, a cryptovariable. The encrypting procedure is varied depending on the key, which changes the detailed operation of the algorithm. A key must be selected before using a cipher to encrypt a message. Without the same key, it should be difficult, if not impossible, to decrypt the resulting ciphertext into readable plaintext.

Cipher is alternatively spelled cypher ; similarly ciphertext and cyphertext , and so forth. The word descends from the Arabic language word for zero: ifr or , like (the Italian) zero (which remained in use for 0, the crucial innovation in positional Arabic versus Roman numerals) but soon was used for any decimal digit, even any number. While it may have come to mean encoding because that often involved numbers, a theory says conservative catholic opponents of the Arabic (heathen) numerals equated it with any dark secret .

= Ciphers versus codes =

: Main article: Code (cryptography) In non-technical usage, a (secret) to increase the security.

Historically, cryptography was split into a dichotomy of codes and ciphers, and coding had its own terminology, analogous to that for ciphers: encoding , codetext , decoding and so on. However, codes have a variety of drawbacks, including susceptibility to cryptanalysis and the difficulty of managing a cumbersome codebook. Because of this, codes have fallen into disuse in modern cryptography, and ciphers are the dominant technique.

= Types of cipher =

There are a variety of different types of encryption. Algorithms used earlier in the history of cryptography are substantially different from modern methods, and modern ciphers can be classified according to how they operate and whether they use one or two keys.

Historical pen and paper ciphers used in the past are sometimes known as classical ciphers. They include substitution ciphers and transposition ciphers. During the early 20th century, more sophisticated machines for encryption were used, rotor machines, which were more complex than previous schemes.

Encryption methods can be divided into symmetric key algorithms and asymmetric key algorithms. In a symmetric key algorithm (e.g., Data Encryption Standard and Advanced Encryption Standard), the sender and receiver must have a shared key set up in advance and kept secret from all other parties; the sender uses this key for encryption, and the receiver uses the same key for decryption. In an asymmetric key algorithm (e.g., RSA), there are two separate keys: a public key is published and enables any sender to perform encryption, while a private key is kept secret by the receiver and enables him to perform decryption.

Symmetric key ciphers can be distinguished into two types, depending on whether they work on blocks of symbols usually of a fixed size ( block ciphers ), or on a continuous stream of symbols ( stream ciphers ).

= See also =

  • Famous ciphertexts
  • ID-based cryptography
  • Caesar cipher
  • = External links =

    *[http://www.hermetic.ch/crypto/intro.htm An Introduction to the Use of Encryption] *[http://www.securitydocs.com/Encryption SecurityDocs] Resource for Encryption Whitepapers *[http://www.mycrypto.net/encryption/crypto_algorithms.html Encryption Algorithms] *[http://www.snapfiles.com/freeware/security/fwencrypt.html Freeware Encryption Software] *[http://mathworld.wolfram.com/RSAEncryption.html RSA Encryption] *[http://www.nabble.com/Encryption-f942.html Encryption Forum] *[http://www.securestandard.com/Cryptology SecureStandard] Directory of Encryption Whitepapers *[http://www.elfqrin.com/codecracker.html Code Cracker] Cracks many classic encryption codes (up to the 20th century)