Skip to main content

Python library for saving memory, encryption, and password management

Project description

Memoria

Memoria is a Python library for saving and loading objects on the hard drive, caching, encryption, and password management.

Crypto

Crypto is a class that can encrypt and decrypt an object.

from memoria import Crypto

crypto = Crypto(key=1234)
random_obj = {'asdf':range(10)}

encrypted = crypto.encrypt(random_obj)
print(crypto.decrypt(encrypted))

Pickler

Box

Vault

PasswordManager

HardMemory

Cache

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memoria-0.1.0.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

memoria-0.1.0-py3-none-any.whl (11.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page