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.pl - reference PERL 5 implementation