AutoHotkey Community

It is currently May 25th, 2012, 2:10 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: July 4th, 2006, 4:46 pm 
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?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: July 4th, 2006, 5:20 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
Laszlo wrote:
...this code fails if there is a NUL character in the ciphertext. Use instead the hex-stream version.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2007, 4:30 pm 
Offline

Joined: July 18th, 2006, 12:18 pm
Posts: 403
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


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 21st, 2007, 5:46 pm 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
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.


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 34 posts ]  Go to page Previous  1, 2, 3

All times are UTC [ DST ]


Who is online

Users browsing this forum: lblb and 15 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group