Skip to main content

A very easy way to encrypt data.

Project description

In Progress...

We offer a simple way to encrypt data. We have 3 different ways of doing this.

Fernet - Cryptographys algorithm that contains "symmetric ciphers, message digests, and key derivation functions" (pypi.org), this is pretty basic encryption.
AES256 - It is the "current encryption standard" (idera.com), it can slow down slower processors but should be fine on most systems.
Public Key - It uses a pair of keys (public and private) to encrypt data. It encrypts the data with the public key, but the data can only be unencrypted with the private key.

This is a very simple library that I made for one of my projects, so there might be bugs. If you would like to use it have at it though.

WARNING Don't delete the .key files or you cant unencrypt the data that you have encrypted with that key.

Information

Python PyPi

Downloads

Downloads Downloads Downloads

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

easyencryption-0.1.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

easyencryption-0.1.2-py3-none-any.whl (4.1 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