easyencryption


Nameeasyencryption JSON
Version 3.1.0.0 PyPI version JSON
download
home_pagehttps://github.com/BlazenBoi/easyencryption/issues
SummaryA very easy way to encrypt data.
upload_time2024-05-14 01:41:39
maintainerNone
docs_urlNone
authorBlazen
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements setuptools cryptography pycryptodomex pycryptodome wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.<br />
AES256 - It is the "current encryption standard" (idera.com), it can slow down slower processors but should be fine on most systems.<br />
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.<br />
ECC - Elliptic-curve cryptography is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields.<br />
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.<br />
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.<br /><br />

## 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.<br />
Shake - SHAKE encryption algorithm is a method for enforcing mathematic tolerances, and uses alot of math operations to find slight drifts.<br />
Blake - Blake is an improved version of SHA-3 optimized for 64 bit platforms.<br /><br />

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.<br />

**WARNING** Don't delete the .key files or you cant unencrypt the data that you have encrypted with that key.<br />

# Information

[![Python](https://img.shields.io/pypi/pyversions/easyencryption.svg)](https://pypi.python.org/pypi/easyencryption)
[![PyPi](https://img.shields.io/pypi/v/easyencryption.svg)](https://pypi.org/project/easyencryption)

# Downloads

[![Downloads](https://pepy.tech/badge/easyencryption)](https://pepy.tech/project/easyencryption)
[![Downloads](https://pepy.tech/badge/easyencryption/month)](https://pepy.tech/project/easyencryption)
[![Downloads](https://pepy.tech/badge/easyencryption/week)](https://pepy.tech/project/easyencryption)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BlazenBoi/easyencryption/issues",
    "name": "easyencryption",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Blazen",
    "author_email": "contact@fireballbot.com",
    "download_url": "https://files.pythonhosted.org/packages/2a/1b/8214f7e60d7becb4c2f25402cffed82ea66c39680de424e6edb9dd800eea/easyencryption-3.1.0.0.tar.gz",
    "platform": null,
    "description": "In Progress...\n\n# Algorithms\n\n## Encryption Algorithms\n\nFernet - Cryptographys algorithm that contains \"symmetric ciphers, message digests, and key derivation functions\" (pypi.org), this is pretty basic encryption.<br />\nAES256 - It is the \"current encryption standard\" (idera.com), it can slow down slower processors but should be fine on most systems.<br />\nRSA - 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.<br />\nECC - Elliptic-curve cryptography is an approach to public-key cryptography based on the algebraic structure of elliptic curves over finite fields.<br />\nXOR - 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.<br />\nAscii - 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.<br /><br />\n\n## Hashing Algorithms\n\nSHA - 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.<br />\nShake - SHAKE encryption algorithm is a method for enforcing mathematic tolerances, and uses alot of math operations to find slight drifts.<br />\nBlake - Blake is an improved version of SHA-3 optimized for 64 bit platforms.<br /><br />\n\nThis 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.<br />\n\n**WARNING** Don't delete the .key files or you cant unencrypt the data that you have encrypted with that key.<br />\n\n# Information\n\n[![Python](https://img.shields.io/pypi/pyversions/easyencryption.svg)](https://pypi.python.org/pypi/easyencryption)\n[![PyPi](https://img.shields.io/pypi/v/easyencryption.svg)](https://pypi.org/project/easyencryption)\n\n# Downloads\n\n[![Downloads](https://pepy.tech/badge/easyencryption)](https://pepy.tech/project/easyencryption)\n[![Downloads](https://pepy.tech/badge/easyencryption/month)](https://pepy.tech/project/easyencryption)\n[![Downloads](https://pepy.tech/badge/easyencryption/week)](https://pepy.tech/project/easyencryption)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A very easy way to encrypt data.",
    "version": "3.1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/BlazenBoi/easyencryption/issues",
        "Discord Server": "https://discord.com/invite/mPU3HybBs9",
        "Homepage": "https://github.com/BlazenBoi/easyencryption/issues",
        "Source": "https://github.com/BlazenBoi/easyencryption"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10118fcd0aa407c2228fe488de316858f887ecda4821880c7e326a3a9a30b5f8",
                "md5": "7c2a32d868cf22358c44e1fbf01eb30e",
                "sha256": "464bfb896a13d44f1331c15b2e04ab7fc15f38e9791d2bcf04eac3fc48662394"
            },
            "downloads": -1,
            "filename": "easyencryption-3.1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c2a32d868cf22358c44e1fbf01eb30e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8432,
            "upload_time": "2024-05-14T01:41:38",
            "upload_time_iso_8601": "2024-05-14T01:41:38.013703Z",
            "url": "https://files.pythonhosted.org/packages/10/11/8fcd0aa407c2228fe488de316858f887ecda4821880c7e326a3a9a30b5f8/easyencryption-3.1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a1b8214f7e60d7becb4c2f25402cffed82ea66c39680de424e6edb9dd800eea",
                "md5": "2dc326b10611437606279f7bafcdcc0f",
                "sha256": "379320d0483f433acf76a91207b8f5e69c637a8c1d5e421e5a0d2b22bf205850"
            },
            "downloads": -1,
            "filename": "easyencryption-3.1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "2dc326b10611437606279f7bafcdcc0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 7596,
            "upload_time": "2024-05-14T01:41:39",
            "upload_time_iso_8601": "2024-05-14T01:41:39.221368Z",
            "url": "https://files.pythonhosted.org/packages/2a/1b/8214f7e60d7becb4c2f25402cffed82ea66c39680de424e6edb9dd800eea/easyencryption-3.1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 01:41:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BlazenBoi",
    "github_project": "easyencryption",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "42"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": []
        },
        {
            "name": "pycryptodomex",
            "specs": []
        },
        {
            "name": "pycryptodome",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        }
    ],
    "lcname": "easyencryption"
}
        
Elapsed time: 1.18234s