crypt — Encrypt a string
/usr/local/billmax/bin/crypt [-h] [-e] {string}
/usr/local/billmax/bin/crypt
string
Encrypts a string using the prevailing system encryption.
-h
Show help for this program.
-e
SQL escape the resulting encrypted string.
The string to encrypt.
0 for success.
The resulting encrypted string and optionally SQL escaped is printed on stdout.
stdout
NONE