Caché Objectscript encryption routines

The following routines have been made available by C.O.D. International B.V. (*)
* Blowfish
Cache Object Script (Mumps) implementation : March 2001 COD International
Author: Herman Slagman

Blowfish is a symmetric block cipher that can be used as a drop-in replacement for DES or IDEA. It takes a variable-length key, from 32 bits to 448 bits, making it ideal for both domestic and exportable use. Blowfish was designed in 1993 by Bruce Schneier as a fast, free alternative to existing encryption algorithms. Since then it has been analyzed considerably, and it is slowly gaining acceptance as a strong encryption algorithm. Blowfish is unpatented and license-free, and is available free for all uses.

Based on the Visual Basic implementation of David Ireland, DI Management Services Pty Ltd, Sydney Australia

* MD5
Cache Object Script implementation of RFC 1321 MD5
March 2001 COD International
Authors: Gertjan Klein & Herman Slagman

RFC 1312 the MD5 message-digest algorithm.
The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. It is conjectured that it is computationally infeasible to produce two messages having the same message digest, or to produce any message having a given prespecified target message digest. The MD5 algorithm is intended for digital signature applications, where a large file must be "compressed" in a secure manner before being encrypted with a private (secret) key under a public-key cryptosystem such as RSA.

Valid HTML 4.01!