 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
admiralkeyboard Guest
|
Posted: Tue Jul 04, 2006 3:46 pm Post subject: |
|
|
great script,
I am doing something very similiar, encoding, storing it in an ini file, then decoding, I just wondered how to use this script to decode something? |
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4710 Location: Boulder, CO
|
Posted: Tue Jul 04, 2006 4:20 pm Post subject: |
|
|
| Laszlo wrote: | | ...this code fails if there is a NUL character in the ciphertext. Use instead the hex-stream version. |
|
|
| Back to top |
|
 |
i3egohan
Joined: 18 Jul 2006 Posts: 403
|
Posted: Sat Apr 21, 2007 3:30 pm Post subject: |
|
|
for people who is using this to avoid possible problems add
| Code: | | StringReplace Data, Data, %, `%, All |
or ahk debugger will think that you havent finished the variable.
i3egohan |
|
| Back to top |
|
 |
Laszlo
Joined: 14 Feb 2005 Posts: 4710 Location: Boulder, CO
|
Posted: Sat Apr 21, 2007 4:46 pm Post subject: |
|
|
| You might have problems with all the non-printable characters, the escape character (`) and comment (;, /*, */) if you cut and paste the result into a script. If you just keep the result in a variable, only the NUL characters cause troubles, but they are bad enough. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|