Description
Pickle data can be encrypted and authenticated before storage by a wrapper around Python serialization. Developers use pickle-secure for trusted object data that needs confidentiality at rest. Encryption does not make unpickling data from untrusted sources safe.