Back to Contents


The fglpass tool

Topics

For security reasons, it is recommended that you avoid storing clear passwords in a file, or leave private keys unprotected without a password.


Using fglpass

The fglpass tool, provided as part of the Genero Web Services (GWS), allows you to:

Syntax:

fglpass [-options]

Command Line Options:

 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

Back to the top