pickle-secure

Easily create encrypted pickle files


Keywords
pickle, AES, secure, storage
License
LGPL-3.0+
Install
pip install pickle-secure==0.2.0

Documentation

pickle-secure: encrypted pickles

Build License PyPI Downloads Code style

pickle-secure is a wrapper around pickle that creates encrypted pickles.

In a nutshell

Installation

The easiest way is to use poetry to manage your dependencies and add pickle-secure to them.

[tool.poetry.dependencies]
pickle-secure = "^0.9.0"

Usage

pickle-secure offers a similar API as the built-in pickle.

Links