Search found 3 matches

by Maxter
Fri Dec 28, 2012 6:00 pm
Forum: Coding Questions
Topic: AESencoder, AESdecoder and Base64
Replies: 2
Views: 894

Re: AESencoder, AESdecoder and Base64

Thank you Stargate!

Now i understand how it is working.

I will be looking in the forum for examples to make it Unicode compatible and post it when possible.


Thanks again, i wish a happy new year for all the PB community!

Max.
by Maxter
Fri Dec 28, 2012 3:03 pm
Forum: Coding Questions
Topic: AESencoder, AESdecoder and Base64
Replies: 2
Views: 894

AESencoder, AESdecoder and Base64

Hi team

I have a very strange result using AESencoder with Base64encoder.

This routine work fine in my project for a long time. In summary, what i do is take a MD5 string, cipher it and enconde with Base 64 to send it to an URL in a web server.
The MD5 string i get is a unique hash created using ...
by Maxter
Sun Sep 07, 2008 3:04 am
Forum: Tricks 'n' Tips
Topic: use Total Commander Plugins(PAK) in PB, scan ISO-Files
Replies: 6
Views: 10501

Hi Rings
Very good tip.
One question. I'm trying to use #PK_EXTRACT to extract the files but i'm geting "Invalid memory access" when i call ProcessFile with #PK_EXTRACT (all the call to the function exit with error 19 (Error writing to file).
I set OpenArchiveData\OpenMode to #PK_OM_EXTRACT but it ...