User:Sandy Harris: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Sandy Harris
imported>Sandy Harris
Line 43: Line 43:


=== Ciphers ===
=== Ciphers ===
Many of these are only stubs.
{{rpl|CAST (cipher)}}
{{rpl|CAST (cipher)}}
{{rpl|Rivest ciphers}}
{{rpl|Rivest ciphers}}

Revision as of 06:09, 14 June 2010

Hourglass drawing.svg Where Sandy lives it is approximately: 22:00

I'm a baby-boomer Canadian currently teaching English and IT subjects 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-date — 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 latest papers ([2], [3]) on combining stream ciphers and block ciphers, are fairly interesting.

My Erdos number is five, via Carlisle Adams, Michael Weiner 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.

Articles

For quite a few Citizendium articles, I am the main or only writer to date.

  • Developing Article Block cipher: A symmetric cipher that operates on fixed-size blocks of plaintext, giving a block of ciphertext for each [e]
  • Developing Article 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]
  • Approved Article 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]
  • Developing Article Cypherpunk: People interested in cryptography as a tool for privacy, anonymity and social change. [e]
  • Stub FreeSWAN: A Linux implementation of the IPsec protocols, intended to make wholesale monitoring of the Internet impossible. [e]
  • Stub Hash (cryptography): An algorithm that produces a fixed-size digest from an input of essentially arbitrary size. [e]
  • Developed Article 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]

Attacks

  • Developing Article 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]
  • Developing Article 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]
  • Developing Article Brute force attack: An attempt to break a cipher by trying all possible keys; long enough keys make this impractical. [e]
  • Stub Algebraic attack: Attacking a cipher by writing equations that describe its operation, then solving for the key. [e]
  • Developing Article Code book attack: Attacking a block cipher by creating a code book, collecting plaintext/ciphertext pairs. [e]
  • Stub Birthday attack: An attack on a cryptographic system that works by finding two identical outputs from the system. [e]
  • Developing Article 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]
  • Developing Article 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]
  • Stub Dictionary attack: Attacking a password system by encrypting an entire dictionary and then checking if any stored passwords match [e]

Ciphers

Many of these are only stubs.

  • Developed Article CAST (cipher): A general procedure for constructing a family of block ciphers. [e]
  • Stub Rivest ciphers: A set of symmetric-key encryption algorithms invented by Ron Rivest. [e]
  • Stub 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]
  • Stub 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]
  • Developing Article Blowfish (cipher): A block cipher, designed in 1993 by Bruce Schneier and included in a large number of cipher suites and encryption products. [e]
  • Stub MARS (cipher): A block cipher that was IBM's submission to the Advanced Encryption Standard process. [e]
  • Developing Article Twofish (cipher): A bock cipher from Schneier and others that was a finalist in the AES competition. [e]
  • Stub GOST cipher: A Soviet and Russian government standard symmetric key block cipher; also based on this block cipher is the GOST hash function. [e]
  • Stub 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]
  • Stub LOKI (cipher): Block ciphers (LOKI89 and LOKI91) designed as possible replacements for the Data Encryption Standard (DES). [e]
  • Stub SAFER (cipher): A family of block ciphers designed primarily by James Massey (one of the designers of IDEA) on behalf of Cylink Corporation. [e]
  • Stub 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]

Others

Others I have contributed heavily to: