Jump to content

How to decrypt TEA in php?


four4swords

Recommended Posts

hi,

 

I've got a Flash file running which sends an encrypted string of text(encrypted with TEA) to my php file.. which takes this and.. what i want it to do is to decrypt that string to get the message out of it..

 

I used this..

 

http://sourceforge.net/projects/actioncrypt/

 

To get my string encrypted into TEA..

 

So.. now.. how do i get php to decode my message?

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/107288-how-to-decrypt-tea-in-php/
Share on other sites

Ok.. so i need to install it onto my server first..

 

I'm not so sure on the steps involved to do that..

 

But anyway.. Is there a way to do it without an install? Cause i don't think my host has that installed which would render my mycrypt codes useless if they don't have the installed libraries..

Is there like an external class which i can just import into my php file to make TEA decryption work? Without installing anything?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.