duritong / trocla

A password store for password creation and retrieval
Other
76 stars 18 forks source link

add option to generate shell-safe passwords #15

Closed asquelt closed 10 years ago

asquelt commented 10 years ago

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}'").

duritong commented 10 years ago

Thanks!