MBC2 is a 64-bit block cipher designed by Michael W. Bombardieri. Its key
length is 128-bit. MBC2 operates on individual bits of the data block. It is
effectively a bit shuffle algorithm with a substitution/feedback pass.

This directory contains source code for MBC2.

mbc2.c    reference C implementation
mbc2.ksh  KornShell (ksh93) implementation
mbc2.pas  Pascal implementation
mbc2.pl   Perl implementation
