summaryrefslogtreecommitdiff
path: root/lib/trocla
AgeCommit message (Collapse)Author
2014-08-21ensure that we always select a charsetmh
2014-06-27make it possible that formats can query back to trocla itself, so they can ↵mh
lookup other 'keys'
2014-06-27add SHA1 base64 encoded formatmh
2014-06-27Merge branch 'charset_option' of https://github.com/tilya/trocla into ↵mh
tilya-charset_option & simplify charset selection Conflicts: lib/trocla.rb lib/trocla/util.rb
2014-06-24adds charset option for generating plain passwordsAnna Janackova
2014-06-24add option to generate shell-safe passwordsasq
basically excludes characters that might be dangerous if used in shell. many passwords generated by trocla may end up in some sort of bash scripts (initscripts, sourced shell variables, etc) which may yeld problems with default trocla random generator. this can be now changed either in troclarc (with "shellsafe: true") or on (ie. "trocla create foo plain '{ length: 32, shellsafe: true}'").
2014-04-03add option to generate shell-safe passwordsasq
basically excludes characters that might be dangerous if used in shell. many passwords generated by trocla may end up in some sort of bash scripts (initscripts, sourced shell variables, etc) which may yeld problems with default trocla random generator. this can be now changed either in troclarc (with "shellsafe: true") or on (ie. "trocla create foo plain '{ length: 32, shellsafe: true}'").
2014-02-26x509 format - fixesasq
2014-02-26x509 formatasq
2013-08-20add ssha formatmh
2012-12-28use a more recent trocla versionmh
2012-12-25Security: use SecureRandom for a much better random generator - Kernel.rand ↵mh
is just crap
2011-12-17Merge remote-tracking branch 'immerda/master'mh
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-11-26rather use salt than random string to avoid not allowed charactersmh
2011-08-12add missing bcrypt filemh
2011-08-08wordingmh
2011-08-05salt should not really containt special charactersmh
2011-08-05add sha(256|512)crypt formats - increase versionmh
2011-07-27initial release of troclamh