oto_oto
- Bought between 100 and 499 items
- Exclusive Author
- Has been a member for 5-6 years
- Referred between 10 and 49 users
- Sold between 1 000 and 5 000 dollars
21
Purchases
Buyer Rating: Minimum of 3 votes required
| Created | 26 July 08 |
| ActionScript Version | AS2 |
| Documentation | Well Documented |
| Opens With | Flash 8 (8+) |
| Published Size | 1kb |
© All Rights Reserved oto_oto -
Contact Envato Support

Nicely Done!
Some unwanted characters while decrypting though! Still Nice File
well done this is usefull but still has some bugs on longer strings but for 1 word passwords it would work great.
yes it has some bugs, to avoid it in array you must use small numbers, no greater than 10 or smaller -10
thanks
Noice!
i really need to work a lot with xml and can i encrypt the xml file from actionscript so no one can read the xml file
mastr3s XML file is very big to encrypt with this and you will have some problems in decoding. I don’t suggest you. 80% will work but 20% I don’t guarantee,
ok. if i buy this code and i need it for read the link that already encrypted. For example i have the swf image loader (http://nogrids.com/previews/photoshopmaster/example2.html) and the xml path is the one that i want to encrypted so can i do that i can pay even more if it work. So all i need is to hide the XML path. if you can tell me mastr3s@gmail.com
Hi, your encryption component is exactly what I was looking for. My problem ist that I am using AS3 and I can not compile oto_crypt.as. The error is in line
newStr += chr(ord(str.charAt(i))+randomArr[randomArrIndex]);
chr and ord are deprecated in AS3 .
I have tried to change the line to
newStr += String.fromCharCode(str.charCodeAt(Number(str.charAt(i)))-randomArr[randomArrIndex]);
Now I can compile the code but the decryption doesn’t work. I don’t get the PHP encrypted String back.
My question now is if this component is also available far AS3 ?
Thanks, Mark