encryptedcode


Nameencryptedcode JSON
Version 1.1.10 PyPI version JSON
download
home_pagehttps://github.com/leoGlez01/encypted-code
SummaryThis library can be used to encrypt and decrypt passwords using the new L0123 algorithm.
upload_time2024-07-25 21:18:32
maintainerNone
docs_urlNone
authorIng. Leandro Gonzalez Espinosa
requires_python>=3.6
licenseMIT
keywords encode decode algorithm cryptography leandro gonzalez espinosa leandro gonzalez glez dev
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1>Encrypted Code - L0123 Algorithm</h1>

### About
EncryptedCode is a python library accessible to everyone that is under improvements where I use a new encryption algorithm created by &copy; Software Engineer <a href="https://leoglez.vercel.app/">Leandro Gonzalez Espinosa.</a> and named L0123.

## INSTALATION
``` bash
pip install encryptedcode
```
## IMPORTANT
 REMEMBER SAVE THE KEY INSIDE TO ENVIROMENT VARIABLE FOR YOUR SECURITY

### USAGE EXAMPLE
```python
#imports
from encryptedcode import generate_key, encode, decode

# Generate a key
key = generate_key()

# Encode a string
encoded_string = encode("your_password", key)
print(f"Encoded: {encoded_string}")

# Decode the string
decoded_string = decode(encoded_string, key)
print(f"Decoded: {decoded_string}")
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/leoGlez01/encypted-code",
    "name": "encryptedcode",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "encode, decode, algorithm, cryptography, Leandro Gonzalez Espinosa, Leandro Gonzalez, Glez Dev",
    "author": "Ing. Leandro Gonzalez Espinosa",
    "author_email": "lworkgonzalez01@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/1f/fc36e9077b50e48fa5ee7c3aab458bfa00d2efafc55e34f1a52c7d854aa1/encryptedcode-1.1.10.tar.gz",
    "platform": null,
    "description": "<h1>Encrypted Code - L0123 Algorithm</h1>\r\n\r\n### About\r\nEncryptedCode is a python library accessible to everyone that is under improvements where I use a new encryption algorithm created by &copy; Software Engineer <a href=\"https://leoglez.vercel.app/\">Leandro Gonzalez Espinosa.</a> and named L0123.\r\n\r\n## INSTALATION\r\n``` bash\r\npip install encryptedcode\r\n```\r\n## IMPORTANT\r\n REMEMBER SAVE THE KEY INSIDE TO ENVIROMENT VARIABLE FOR YOUR SECURITY\r\n\r\n### USAGE EXAMPLE\r\n```python\r\n#imports\r\nfrom encryptedcode import generate_key, encode, decode\r\n\r\n# Generate a key\r\nkey = generate_key()\r\n\r\n# Encode a string\r\nencoded_string = encode(\"your_password\", key)\r\nprint(f\"Encoded: {encoded_string}\")\r\n\r\n# Decode the string\r\ndecoded_string = decode(encoded_string, key)\r\nprint(f\"Decoded: {decoded_string}\")\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "This library can be used to encrypt and decrypt passwords using the new L0123 algorithm.",
    "version": "1.1.10",
    "project_urls": {
        "Homepage": "https://github.com/leoGlez01/encypted-code"
    },
    "split_keywords": [
        "encode",
        " decode",
        " algorithm",
        " cryptography",
        " leandro gonzalez espinosa",
        " leandro gonzalez",
        " glez dev"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a22aa2edfc2e943c9fdcfbf197caa65ebfe78cdf9c66309df318b00381e161ea",
                "md5": "0caa6369d6b580d49f1d7fb3d23309af",
                "sha256": "e691cae8fb4e491dca6acc5e883ee184f2484d4901aa9e47a80d45e0c551d2b3"
            },
            "downloads": -1,
            "filename": "encryptedcode-1.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0caa6369d6b580d49f1d7fb3d23309af",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 3142,
            "upload_time": "2024-07-25T21:18:31",
            "upload_time_iso_8601": "2024-07-25T21:18:31.057064Z",
            "url": "https://files.pythonhosted.org/packages/a2/2a/a2edfc2e943c9fdcfbf197caa65ebfe78cdf9c66309df318b00381e161ea/encryptedcode-1.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed1ffc36e9077b50e48fa5ee7c3aab458bfa00d2efafc55e34f1a52c7d854aa1",
                "md5": "a1197f6241a88c2135d06f531417393c",
                "sha256": "2c814beb3bfea67c7d78865b2ac176c2378f6ceb886fd45ba1e4adc91f6ed38c"
            },
            "downloads": -1,
            "filename": "encryptedcode-1.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "a1197f6241a88c2135d06f531417393c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 3053,
            "upload_time": "2024-07-25T21:18:32",
            "upload_time_iso_8601": "2024-07-25T21:18:32.753999Z",
            "url": "https://files.pythonhosted.org/packages/ed/1f/fc36e9077b50e48fa5ee7c3aab458bfa00d2efafc55e34f1a52c7d854aa1/encryptedcode-1.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-25 21:18:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "leoGlez01",
    "github_project": "encypted-code",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "encryptedcode"
}
        
Elapsed time: 0.66365s