Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xml queston

Status
Not open for further replies.

moof15

Programmer
Aug 22, 2002
23
0
0
US
Would I be able to encrypt a password in a xml file, The pl file is taking it and putting the password in a xml, I could encrypt it in the .pl file "-textvariable => \$Input{OwnerPassword},
-show => '*',

but it shows the password in the xml? I am looking to encrypt it in the xml.

Thanks,
moof15
 
Hi moof,

I'm assuming you don't want to store the password as "*******" ;)

Why would you want to store a password in a document? Even in its encrypted state, its a good head start for someone with time on their hands.

The easiest to use I've found is Crypt::Blowfish. Some problems though in using VB backend to decrypt - didn't have time at the time to find the issue.

It will encrypt according to your key, but if you're transferring the password in a document across a network to be decrypted, you'll also need to transfer your key to the decryption to the XSLT.

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top