Okay thanks maybe I should explain the behind the scenes
\
The problem here is my end user probably does not know openssl or could be on a device with no openssl tool ( iOS, Android, etc ) .
I was hoping we had a web user interface that would allow for "enter your password", click submit, and then forward me the hash back or the complete user config string
e.g
set template ORGTEMPLATE config shared local-user-database user john.doe phash $1$test$yV9NHGfaOtf.r/6W1Nqer/
# and that is an example do complain about my weak salt string 😉
Right now I'm trying to get them to move to a centralized authenticator serves or RADIUS-aaS ( e.g jumpcloud ) since they have numerous users with various domains and contractors
Let me keep probing around, I know a password generator tools that salts the passwords has to exist somewhere. Just have to find it.
... View more