A very easy way to encrypt data.
Project description
In Progress...
Algorithms
Encryption Algorithms
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.
RSA - 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.
ECC - Elliptic-curve cryptography is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields.
XOR - XOR algorithm of encryption and decryption converts the plain text in the format ASCII bytes and uses XOR procedure to convert it to a specified byte.
Ascii - A custom Ascii scrambler that I made. It is not the most secure so I wouldn't recommend using it alone, but using it in combination with some other methods provided by this package removes the possibility of the same thing being created.
Hashing Algorithms
SHA - Secure Hash Algorithm, used for cryptographic security. Cryptographic hash algorithms produce irreversible and unique hashes. The larger the number of possible hashes, the smaller the chance that two values will create the same hash. The higher number sha means more unique hashes.
Shake - SHAKE encryption algorithm is a method for enforcing mathematic tolerances, and uses alot of math operations to find slight drifts.
Blake - Blake is an improved version of SHA-3 optimized for 64 bit platforms.
This is a very simple library that I made for one of my projects, so there might be bugs please report these in the github issues. Although it might be simple it is pretty powerful.
WARNING Don't delete the .key files or you cant unencrypt the data that you have encrypted with that key.
Information
Downloads
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file easyencryption-3.1.0.0.tar.gz
.
File metadata
- Download URL: easyencryption-3.1.0.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 379320d0483f433acf76a91207b8f5e69c637a8c1d5e421e5a0d2b22bf205850 |
|
MD5 | 2dc326b10611437606279f7bafcdcc0f |
|
BLAKE2b-256 | 2a1b8214f7e60d7becb4c2f25402cffed82ea66c39680de424e6edb9dd800eea |
File details
Details for the file easyencryption-3.1.0.0-py3-none-any.whl
.
File metadata
- Download URL: easyencryption-3.1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 464bfb896a13d44f1331c15b2e04ab7fc15f38e9791d2bcf04eac3fc48662394 |
|
MD5 | 7c2a32d868cf22358c44e1fbf01eb30e |
|
BLAKE2b-256 | 10118fcd0aa407c2228fe488de316858f887ecda4821880c7e326a3a9a30b5f8 |