User:Sandy Harris: Difference between revisions
imported>Sandy Harris |
imported>Sandy Harris (→Others) |
||
Line 80: | Line 80: | ||
{{rpl|Cryptography}} | {{rpl|Cryptography}} | ||
{{rpl|Cryptanalysis}} | {{rpl|Cryptanalysis}} | ||
{{rpl|Random number generator}} | |||
{{rpl|Data Encryption Standard}} | {{rpl|Data Encryption Standard}} | ||
{{rpl|Advanced Encryption Standard}} | {{rpl|Advanced Encryption Standard}} |
Revision as of 07:52, 2 August 2010
Where Sandy lives it is approximately: 07:29
I'm a baby-boomer Canadian currently working in China. My academic qualifications are a BA in Psychology and a Certificate in Teaching English as a Second Language, both from Carleton U in Ottawa. I also did some work toward an M Phil in computational linguistics at U of Birmingham, UK, but did not complete that degree.
I am quite active on Wikitravel, where I'm an admin, and sometimes contribute to other wikis. See my Wikitravel user page: [1].
I've spent two substantial chunks of my career as a teacher — 1978-83 and 2002-10 — mainly because that is a good way to support travel. At other times I've worked in computing, mostly as a technical writer but a bit of everything else too.
I'm interested in computer security and cryptography. I think my paper on combining stream ciphers and block ciphers is fairly interesting.
My Erdos number is five, via Carlisle Adams, Michael Wiener and Ron Rivest.
I wrote most of the documentation for the FreeS/WAN project, a Linux implementation of the IPsec encryption protocols. I have permission to re-use that text here User_talk:Sandy_Harris/Permission.
My articles
For quite a few Citizendium articles, I am the main or only writer to date.
General
- Block cipher: A symmetric cipher that operates on fixed-size blocks of plaintext, giving a block of ciphertext for each [e]
- Stream cipher: A cipher that encrypts data by mixing it with the output of a pseudorandom number generator controlled by a key; to decrypt, run the same generator with the same key to get the same pseudorandom data, then reverse the mixing step. [e]
- Kerckhoffs' Principle: The principle, formulated by Auguste Kerckhoffs, that security in a cipher should not depend on keeping the details of the cipher secret; it should depend only on keeping the key secret. [e]
- Cypherpunk: Add brief definition or description
- FreeSWAN: A Linux implementation of the IPsec protocols, intended to make wholesale monitoring of the Internet impossible. [e]
- Hash (cryptography): An algorithm that produces a fixed-size digest from an input of essentially arbitrary size. [e]
- AES competition: A competition run by the US National Institute of Standards and Technology to chose a block cipher to become the Advanced Encryption Standard. [e]
- RSA algorithm: A widely used public key encryption algorithm whose strength depends on the difficulty of integer factorisation. [e]
- Diffie-Hellman: A technique that allows two parties to safely establish a shared secret for use as a cryptographic key, even if someone is eavesdropping on their interaction. It requires that the parties have some means of authentication to be sure they are talking to the right person. [e]
- Digital signature: A technique based on public key cryptography to allow people to "sign" documents using their private keys. [e]
- Hybrid cryptosystem: A system that combines public key with secret key methods; usually with a cryptographic hash for authentication as well. [e]
Attacks
- Active attack: An attack on a communications system in which the attacker creates, alters, replaces, re-routes or blocks messages; this contrasts with a passive attack in which he only reads them. [e]
- Passive attack: An attack on a communications system in which the attacker reads messages he is not supposed to but does not alter them. [e]
- Brute force attack: An attempt to break a cipher by trying all possible keys; long enough keys make this impractical. [e]
- Algebraic attack: Attacking a cipher by writing equations that describe its operation, then solving for the key. [e]
- Code book attack: Attacking a block cipher by creating a code book, collecting plaintext/ciphertext pairs. [e]
- Birthday attack: An attack on a cryptographic system that works by finding two identical outputs from the system. [e]
- Meet-in-the-middle attack: An attack on a block cipher in which the attacker can calculate possible values of the same intermediate variable (the middle) in two independent ways, starting either from the input of the cipher (plaintext) or from the output ( ciphertext); he calculates some possible values each way and compares the results. [e]
- Man-in-the-middle attack: An attack on a communications system in which the attacker deceives the communicating parties so they both talk to him while believing they are talking to each other. [e]
- Dictionary attack: Attacking a password system by encrypting an entire dictionary and then checking if any stored passwords match [e]
- Traffic analysis: Add brief definition or description
Ciphers
Many of these are only stubs.
- CAST (cipher): A general procedure for constructing a family of block ciphers. [e]
- Rivest ciphers: A set of symmetric-key encryption algorithms invented by Ron Rivest. [e]
- International Data Encryption Algorithm: A block cipher designed by James Massey and Xuejia Lai in 1991, intended as a replacement for the Data Encryption Standard. [e]
- Serpent (cipher): A block cipher which was a finalist in the Advanced Encryption Standard (AES) contest, designed by Ross Anderson, Eli Biham, and Lars Knudsen. [e]
- Blowfish (cipher): A block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. [e]
- MARS (cipher): A block cipher that was IBM's submission to the Advanced Encryption Standard process. [e]
- Twofish (cipher): A bock cipher from Schneier and others that was a finalist in the AES competition. [e]
- GOST cipher: A Soviet and Russian government standard symmetric key block cipher; also based on this block cipher is the GOST hash function. [e]
- Skipjack (cipher): A block cipher developed by the U.S. National Security Agency (NSA); initially classified, it was originally intended for use in the controversial Clipper chip. [e]
- LOKI (cipher): Block ciphers (LOKI89 and LOKI91) designed as possible replacements for the Data Encryption Standard (DES). [e]
- SAFER (cipher): A family of block ciphers designed primarily by James Massey (one of the designers of IDEA) on behalf of Cylink Corporation. [e]
- De-correlated Fast Cipher: A block cipher which was created in 1998 by a group of researchers from École Normale Supérieure, CNRS, and France Télécom, and submitted to the AES competition. [e]
- Tiny Encryption Algorithm: A block cipher notable for its simplicity of description and implementation (typically a few lines of code), designed by David Wheeler and Roger Needham. [e]
- Hasty Pudding (cipher): A variable-block-size block cipher designed by Richard Schroeppel, which has its input block size and key length variable, and an input parameter called the 'spice'. [e]
- DEAL (cipher): A block cipher derived from the Data Encryption Standard (DES), from a design proposed in a report by Lars Knudsen in 1998. [e]
- E2 (cipher): A block cipher which was created in 1998 by NTT and submitted to the AES competition. [e]
- Camellia (cipher): A block cipher developed jointly by Mitsubishi and NTT in 2000, which has similar design elements to earlier block ciphers MISTY1 and E2. [e]
- CRYPTON (cipher): A block cipher efficient in hardware implementations, designed by Chae Hoon Lim of Future Systems Inc. [e]
- MAGENTA (cipher): A block cipher developed by Michael Jacobson Jr. and Klaus Huber for Deutsche Telekom. [e]
- SEED (cipher): A block cipher developed by the Korean Information Security Agency, used broadly throughout South Korean industry, but seldom found elsewhere. [e]
- FROG (cipher): A block cipher authored by Georgoudis, Leroux and Chaves, which can work with any block size between 8 and 128 bytes, and supports key sizes between 5 and 125 bytes. [e]
- Triple DES: The common name for the Triple Data Encryption Algorithm (TDEA) block cipher, named because it applies the Data Encryption Standard (DES) cipher algorithm three times to each data block. [e]
Others
Others I have contributed substantially to:
- Cryptography: A field at the intersection of mathematics and computer science that is concerned with the security of information, typically the confidentiality, integrity and authenticity of some message. [e]
- Cryptanalysis: The sub-field of cryptology which deals with breaking into existing codes and ciphers. [e]
- Random number generator: A member of a sequence of which the successive values cannot be predicted, produced by measurement of physical phenomena, appropriate algorithms, or a combination of the two [e]
- Data Encryption Standard: A block cipher specification issued by the U.S. government in 1976, intended for sensitive but unclassified data. It is now obsolescent, succeeded by the Advanced Encryption Standard, but still used in commercial systems. [e]
- Advanced Encryption Standard: Add brief definition or description
- One-time pad: Add brief definition or description
- IPsec: Add brief definition or description
- Digital rights management: Add brief definition or description
- Denial of service: Add brief definition or description
- Botnet: Add brief definition or description