Back to Contents


FGLPROFILE password encryption

For security reasons, it is recommended that you avoid storing clear passwords in a file. The Genero Web Services Extension enables the password encryption of a HTTP Authenticate entry in the FGLPROFILE file. The encrypted password is decrypted by the Genero Web Services engine when required.

Summary:


FglPass tool

The Genero Web Services package provides a command line tool called fglpass. The fglpass tool can encrypt a password from a X.509 certificate. The encrypted password is displayed on the console in a Base64 form, composed only of alphanumeric characters, and therefore easily usable in any text file.

Notes:

  1. The fglpass tool can also decrypt a password it previously encrypted with a certificate; however the private key associated to that certificate must be accessible.
    (Type fglpass -h for more details)

Return to top


Encrypting a HTTP Authenticate password

Return to top


Encrypting a HTTP Authenticate password using a certificate in the Windows key store

Return to top