GMEncryption


NameGMEncryption JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/GameMaster56001/GMEncryption
SummaryA new type of way of encoding
upload_time2023-06-09 22:59:49
maintainer
docs_urlNone
authorGM_member229112
requires_python
licenseMIT
keywords encryption
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a new kind of encryption method! You can use it to for example encode a web user password and its a unknown kind of has no one can decode it except you!

Here is a example of how to use it:

from GMEncryption import GMEncryption


re = GMEncryption()

# Encrypt and decrypt some text
text = 'Hello, world!'
encrypted_text = re.encrypt(text)
decrypted_text = re.decrypt(encrypted_text)

print('Original text:', text)
print('Encrypted text:', encrypted_text)
print('Decrypted text:', decrypted_text)


Hope you enjoy it!


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/GameMaster56001/GMEncryption",
    "name": "GMEncryption",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "encryption",
    "author": "GM_member229112",
    "author_email": "hexe82703+alt10@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/9d/1c/0128850859a2ba9ae4e28b946896253410ea39aa46b61e0f754baf9d95a5/GMEncryption-0.0.1.tar.gz",
    "platform": null,
    "description": "This is a new kind of encryption method! You can use it to for example encode a web user password and its a unknown kind of has no one can decode it except you!\r\n\r\nHere is a example of how to use it:\r\n\r\nfrom GMEncryption import GMEncryption\r\n\r\n\r\nre = GMEncryption()\r\n\r\n# Encrypt and decrypt some text\r\ntext = 'Hello, world!'\r\nencrypted_text = re.encrypt(text)\r\ndecrypted_text = re.decrypt(encrypted_text)\r\n\r\nprint('Original text:', text)\r\nprint('Encrypted text:', encrypted_text)\r\nprint('Decrypted text:', decrypted_text)\r\n\r\n\r\nHope you enjoy it!\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A new type of way of encoding",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/GameMaster56001/GMEncryption"
    },
    "split_keywords": [
        "encryption"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d1c0128850859a2ba9ae4e28b946896253410ea39aa46b61e0f754baf9d95a5",
                "md5": "41546e781681e35f4ed12b789d83678c",
                "sha256": "cf37d3dd3d9be48dfba8e83da84e81ed2369fb4168572968ea496efb121339e9"
            },
            "downloads": -1,
            "filename": "GMEncryption-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "41546e781681e35f4ed12b789d83678c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2399,
            "upload_time": "2023-06-09T22:59:49",
            "upload_time_iso_8601": "2023-06-09T22:59:49.486322Z",
            "url": "https://files.pythonhosted.org/packages/9d/1c/0128850859a2ba9ae4e28b946896253410ea39aa46b61e0f754baf9d95a5/GMEncryption-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-09 22:59:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "GameMaster56001",
    "github_project": "GMEncryption",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "gmencryption"
}
        
Elapsed time: 0.08747s