How to Encrypt /usr/dict/words in About a Second
Citation
- M. Bishop, “How to Encrypt /usr/dict/words in About a Second ”, Technical Report PCS-TR92-182, Dept. of Computer Science, Dartmouth College, Hanover, NH 03755 (1990).
Paper
Abstract
We present an implementation of the Data Encryption Standard on the Connection Machine architecture. The DES encryption algorithm is ideally suited to the Connection Machine because it consists of bit serial operations, and thousands of encryptions can be done in parallel, independently of one another. Thus, our code encrypts passwords about ten times faster than the fastest competition that we know about.
In addition, the nature of the Connection Machine’s architecture is such that some of the optimizations that make DES run much faster on conventional architectures have no effect on the performance of the Connection Machine. Our comparison of a simple implementation along with one that uses many optimizations illustrates this fact.