CyberChef icon indicating copy to clipboard operation
CyberChef copied to clipboard

Feature request: Python marshal support

Open cnotin opened this issue 4 years ago • 1 comments

Python has a serialization format called marshal which is missing from CyberChef

Describe the solution you'd like I would like CyberChef to be able to encode and decode using the Python marshal format

Describe alternatives you've considered I currently do it using a Python script of course :)

Additional context Marshal is similar to Pickle which would be nice to have too. This JS library might help: https://www.npmjs.com/package/py-marshal

cnotin avatar May 28 '20 13:05 cnotin

Plus 1 for pickle support!

sfeinstein-goodrx avatar Aug 09 '23 18:08 sfeinstein-goodrx