| Programming tools / Command line tools | |
The fglpass tool allows you to encrypt passwords.
| Command | Description |
|---|---|
| -V | Display version information |
| -Vssl | Display SSL version |
| -h | Display this help |
| -e | Encrypt the password with a RSA key or certificate and encode it in BASE64 form |
| -d | Decode the BASE64 form of the password and decrypt it with a RSA private key |
| -w cert | Windows™ certificate name to encrypt the password (Windows only) |
| -c cert | File of the PEM-encoded certificate to encrypt the password |
| -k key | File of the PEM-encoded private key to encrypt or decrypt the password |
| -enc64 file | File to be BASE64 encoded (result to stdout) |
| -dec64 file | BASE64 encoded file to be decoded (result to stdout) |
| -agent:port files | Start password agent on specified port to serve the list of private key files |
The fglpass command line tool allows you to:
For security reasons, it is recommended to avoid storing clear passwords in a file, or leave private keys unprotected without a password. The fglpass command can be used to encrypt passwords.