js-php-unserialize icon indicating copy to clipboard operation
js-php-unserialize copied to clipboard

JavaScript tool to unserialize data taken from PHP. It can parse "serialize()" output, or even serialized sessions data.

Results 9 js-php-unserialize issues
Sort by recently updated
recently updated
newest added

This conversion behaviour is really needed when unserializing the data saved into Redis by Drupal.

SyntaxError: Unknown / Unhandled data type(s): o example: O:10:"ImportForm"

https://huntr.dev/app/users/mufeedvh has fixed a security vulnerability (Denial of Service (DoS)) :hammer:. mufeedvh has been awarded $25 for fixing the vulnerability through the huntr bug bounty program :dollar:. Think you could...

The problem is simple: `unserializeSession` splits input into parts using regexps, therefore, if some string data contains `|`, `unserializeSession` may fail to parse data. I also got an infinite loop...

I have a 60kb serialized string from PHP. I cannot unserialize it. The last three characters are not appended ", }, and ]. For smaller string it returns correct unserialized...

I know this probably will be its own thing, but I'd love to see support for serialize as well an unserialize !

Very useful plugin, however it can't be used in any commercial software since you don't have any sort of licencing listed.

hey, i saw that the project isn't active for more than 2 years, thought that i should contribute since there isn't any solution to deserialize php objects at this moment