B
bronco
Guest
[quote user="Keith Sudbury"]These days ABL encryption is "usually" for storing passwords [/quote] That would be not a good idea, passwords should be hashed, not encrypted. The latter is reversible and therefor it is somehow possible to get the actual password. Hashing on the other hand, preferably with a per user variable salt, makes a unique code which is not reversible to the original password.
Continue reading...
Continue reading...