Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Need to encrypt the password in config.properties file.

by jcb (Parson)
on Jan 05, 2021 at 00:39 UTC ( [id://11126325]=note: print w/replies, xml ) Need Help??


in reply to Need to encrypt the password in config.properties file.

What you are asking is fundamentally not possible. If the script can decrypt the password, so can anyone with access to the script, by examining the script to obtain the key.

At best, you can obfuscate the stored password. I suggest MIME::Base64 for that.

  • Comment on Re: Need to encrypt the password in config.properties file.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11126325]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-26 04:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found