summaryrefslogtreecommitdiff
path: root/lib/trocla/util.rb
AgeCommit message (Collapse)Author
2012-12-25Security: use SecureRandom for a much better random generator - Kernel.rand ↵mh
is just crap
2011-12-17reduce special characters.mh
Various apps, especially php-apps :/ have a problem with '<' or '>' as a password character. To reduce the amount of pain from a freshly generated password, we remove these characters.
2011-08-05salt should not really containt special charactersmh
2011-07-27initial release of troclamh