ActiveDen

FLASH & PHP ENCRYPTION

  • Bought between 1 and 9 items
  • Exclusive Author
  • Has been a member for 5-6 years
  • India
  • Referred between 10 and 49 users
  • Sold between 1 000 and 5 000 dollars

Nicely Done!

Some unwanted characters while decrypting though! Still Nice File :)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 5-6 years
  • Referred between 1 and 9 users
  • Sold between 100 and 1 000 dollars
  • United States

well done this is usefull but still has some bugs on longer strings but for 1 word passwords it would work great.

  • 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

yes it has some bugs, to avoid it in array you must use small numbers, no greater than 10 or smaller -10
thanks

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 5-6 years
  • Interviewed on the Envato Notes blog
  • Referred between 500 and 999 users
  • Sold between 10 000 and 50 000 dollars
  • United States
  • Bought between 1 and 9 items
  • Has been a member for 4-5 years

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

  • 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

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,

  • Bought between 1 and 9 items
  • Has been a member for 4-5 years

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

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
mpedrats Purchased

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


by
by
by
by
by