sandy1028 Posted June 3, 2008 Share Posted June 3, 2008 Hi, How to check which framework is used in the php version PHP 5.2.3 (cli) (built: Jun 9 2007 01:41:33) Copyright © 1997-2007 The PHP Group Zend Engine v2.2.0, Copyright © 1998-2007 Zend Technologies how to Decode the following encryption 'WW91IGhhdmUgc3VjY2Vzc2Z1bGwgZGVjb2RlZCB0aGUgQmFzZTY0IGVjb2Rpbmc= ' and what type of encryption is it and how to decode it. Link to comment https://forums.phpfreaks.com/topic/108507-framework/ Share on other sites More sharing options...
Loldongs Posted June 3, 2008 Share Posted June 3, 2008 its base64 http://php.net/base64_decode and http://php.net/base64_encode Link to comment https://forums.phpfreaks.com/topic/108507-framework/#findComment-556359 Share on other sites More sharing options...
DarkWater Posted June 3, 2008 Share Posted June 3, 2008 I'll never understand why people ask questions like "how to do xxxxxx", when they should say "How do I...?". >_> And what do you mean what framework is it "built" with? You can USE frameworks on your build, but you don't build PHP with a certain framework. Unless I'm horridly mistaken. And the last thing isn't encryption, it's base64 I think. Link to comment https://forums.phpfreaks.com/topic/108507-framework/#findComment-556366 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.