[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Encrypting 6-8+ character strings (passwords

Ben Knight

2/8/2009 9:03:00 PM

Is there a good ruby library for encrypting strings less than 8
characters?

I've used http://crypt.ruby... in the past but it doesn't seem to
work for less than 8 characters. I could try padding it with blanks and
trim on decryption but wanted to know what else is out there.

Thanks in advance.
--
Posted via http://www.ruby-....