Unserializer


Added a new tool to the site: Unserializer.

Lately for my job I’ve been frequently needing to unserialize PHP data from a database to see what is inside. Sometimes the data is base64 encoded, sometimes it isn’t. So I wrote a little script that will base64 decode the data if needed, and then unserialize the data and then print it into a text box for me so I can see what the heck is in it.

Click here to check it out.

This entry was posted in My Sites, Web Dev. Bookmark the permalink. Both comments and trackbacks are currently closed.