Department of Computer Science and Technology

Technical reports

Block encryption

D. Wheeler

November 1987, 4 pages

DOI: 10.48456/tr-120

Abstract

A fast and simple way of encrypting computer data is needed. The UNIX crypt is a good way of doing this although the method is not cryptographically sound for text. The method suggested here is applied to larger blocks than the DES method which uses 64 bit blocks, so that the speed of encyphering is reasonable. The algorithm is designed for software rather than hardware. This forgoes two advantages of the crypt algorithm, namely that each character can be encoded and decoded independently of other characters and that the identical process is used both for encryption and decryption. However this method is better for coding blocks directly.

Full text

PDF (0.4 MB)

BibTeX record

@TechReport{UCAM-CL-TR-120,
  author =	 {Wheeler, D.},
  title = 	 {{Block encryption}},
  year = 	 1987,
  month = 	 nov,
  url = 	 {https://www.cl.cam.ac.uk/techreports/UCAM-CL-TR-120.pdf},
  institution =  {University of Cambridge, Computer Laboratory},
  doi = 	 {10.48456/tr-120},
  number = 	 {UCAM-CL-TR-120}
}