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. Quote Link to comment 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 Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.