Pinal,
Thank you for your reply.
That site lists a general overview of how the algorithm works. For example, it lists:
"Encrypt function uses an XOR-based algorithm that utilizes a pseudo random 32-bit key based on a seed passed by the user as a parameter to the function"
I need to know HOW that key is generated based on the seed. I need to know what SPECIFICALLY the XOR based algorithm is.
To rephrase, I want to implement the decrypt funtion in Visual Basic, I need details.
~Amethyst
Main Topics
Browse All Topics





by: pinaldavePosted on 2005-01-26 at 11:23:59ID: 13145544
Hi amethyst3739, devnet/ser ver_archiv e/articles / understan ding_encry pt.html
you should visit http://www.macromedia.com/
That site is official site and discuss everything like how to encrypt, which algo to use and which algo they have used. They explains everything about decrypt too.
* Cryptography
* Algorithm Selection
* ToBase64 Function
* Hash Function
* Summary
Regards,
---Pinal