Skip to main content

securedb is a fast and lightweight Python framework to easily interact with JSON-based encrypted databases.

Project description

securedb

securedb is a Python framework that lets you work with encrypted JSON databases.

Features:

  • newkey() to generate an encryption key
  • write(key, value) to write a determinated value into the database
  • clear() to nuke the database
  • get(key) to get a determinated key from the database
  • write_many(dict) to write an undefined amount of keys to the database.
  • delete_many(list) to delete an undefined amount of keys from the database

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

securedb-0.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

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