From: khaines@... Date: 2006-10-29T08:10:41+09:00 Subject: Re: symetrical encryption algo's ? On Sun, 29 Oct 2006, Josef 'Jupp' Schugt wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Jan Svitok wrote: > | I'd say: if obfuscation is enough, do base64encode.reverse and if > | not, use AES from OpenSSL > > I wanted to provide a one-size-fits-it-all algorithm that can more or > less easily be implemented without using any external library. http://rubyforge.org/projects/crypt/ AES, Blowfish, IDEA, Gost all supported with pure ruby. Kirk Haines