I just copied this from the help file and it is telling me that it is not Base64.
DeleteFile>c:\temp\test.txt
Crypt>abc,hello,cryptval
Base64>cryptval,ENCODE,ascii_cryptval
WriteLn>c:\temp\test.txt,r,asciicryptval
ReadLn>c:\temp\test.txt,1,ascii_cryptval
Base64>ascii_cryptval,DECODE,bin_cryptval
Crypt>abc,bin_cryptval,clean
MDL>%clean%
Now I did add the first line to make sure it was a clean file and changed the path to write to and that is it. I am running ver 10.020
This is a new PC with XP and SP2, is there any other requiremenst?
I have noticed that a script on my old PC that was using the VBScript Escape function was not working on a file that I encrypted so I figured I would update as Base64 is easier to deal with.
Any ideas?
Base64 issue
Moderators: JRL, Dorian (MJT support)
- Marcus Tettmar
- Site Admin
- Posts: 7395
- Joined: Thu Sep 19, 2002 3:00 pm
- Location: Dorset, UK
- Contact:
I see a typo - I've bolded it:
DeleteFile>c:\temp\test.txt
Crypt>abc,hello,cryptval
Base64>cryptval,ENCODE,ascii_cryptval
WriteLn>c:\temp\test.txt,r,asciicryptval
ReadLn>c:\temp\test.txt,1,ascii_cryptval
Base64>ascii_cryptval,DECODE,bin_cryptval
Crypt>abc,bin_cryptval,clean
MDL>%clean%
asciicryptval should be ascii_cryptval
Oh dear, I see this typo is also in the help file. Will get that fixed pronto.
DeleteFile>c:\temp\test.txt
Crypt>abc,hello,cryptval
Base64>cryptval,ENCODE,ascii_cryptval
WriteLn>c:\temp\test.txt,r,asciicryptval
ReadLn>c:\temp\test.txt,1,ascii_cryptval
Base64>ascii_cryptval,DECODE,bin_cryptval
Crypt>abc,bin_cryptval,clean
MDL>%clean%
asciicryptval should be ascii_cryptval
Oh dear, I see this typo is also in the help file. Will get that fixed pronto.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar
Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?