Concepts / Encryption, base64 and password agent with fglpass tool |
The fglpass tool can decode a BASE64 encoded file.
fglpass -dec64 Base64filenameThe fglpass tool outputs the file in clear form on the console.
security.global.agent = "4242" crypto.id1.key = "RSA1024Key.pem" crypto.id2.key = "RSA2048Key.pem" crypto.id3.key = "DSA1024Key.pem" crypto.id4.key = "RSA512Protected.pem" crypto.id5.key = "DSA512ReallyProtected.pem"
You don't have to remove the BASE64 BEGIN and BASE64 END tags, if they are present in the file, because the fglpass tool detects and removes them automatically.
fglpass -dec64 Base64MyFile > MyFile2