four4swords Posted May 26, 2008 Share Posted May 26, 2008 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 More sharing options...
PFMaBiSmAd Posted May 26, 2008 Share Posted May 26, 2008 Start by reading this from the php manual (search for TEA on that page) - http://www.php.net/manual/en/mcrypt.ciphers.php Link to comment https://forums.phpfreaks.com/topic/107288-how-to-decrypt-tea-in-php/#findComment-550214 Share on other sites More sharing options...
four4swords Posted May 27, 2008 Author Share Posted May 27, 2008 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 Link to comment https://forums.phpfreaks.com/topic/107288-how-to-decrypt-tea-in-php/#findComment-550562 Share on other sites More sharing options...
four4swords Posted May 28, 2008 Author Share Posted May 28, 2008 *Bump* Can i decrypt TEA or Rijndael without Mycrypt? Link to comment https://forums.phpfreaks.com/topic/107288-how-to-decrypt-tea-in-php/#findComment-551375 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.