Python, Security

OWASP Insecure Deserialization with Python

Serialization and Deserialization is a method to transform data so it can be stored or transmitted.  

We call it serialization when an object is converted into a byte stream and deserialization when we convert a byte stream into an object.

Continue reading