Hi ! I have a little off-beat question about Crypt::DES.
When I use crypting method of DES most of the times the string returned is same for example if I crypt 1 it returns (example) '3DfghjkloFXyD' most of the times this is not useful as it looses the purpose of Crypting
I tried to change the key each time (it generated the differnt string but can not decrypt successfuly, so using random key does not work)
Why this may be happening? Any solutions?