Hi All -
We have automation passwords that need to be encrypted for our financial applications. We have a password generator/randomizer that we use. When % symbols are present, we need to remember to always escape them, however, a lot of the folks forget to do that.
Let's say I have a string : O*!)v5ib0&73d(KGQ&A%
Is there a way to write code to automatically escape that making it : O*!)v5ib0&73d(KGQ&A%%
?
Haven't found a way yet.
How to dynamically escape % symbols?
Moderator: DosItHelp
Re: How to dynamically escape % symbols?
Jeb's MagicEcho might help
viewtopic.php?t=6446
viewtopic.php?t=6446
Re: How to dynamically escape % symbols?
Without further description of the involved batch files this can't be answered.
Where is the password stored, in the batch file itself, in a config file, is it read by set /p ???
Re: How to dynamically escape % symbols?
-
- Posts: 231
- Joined: 01 Oct 2012 13:32
- Location: Ireland
- Contact: