On Tue, 2004-08-10 at 19:00, Bart Simpson wrote: > What are some practical uses of APR::Base64?
Sending binary data in ASCII. > Encoding > credit card nums before storing in DB? Passwords? No. It's not encryption. > I'm > particular in need of encrypting/encoding credit card > nums before storing them Two-way encryption? Blowfish, with Crypt::CBC. Storing credit cards is a bad idea though. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html