# Cryplimp
Cryplimp is a cryptography library that provides functions for encrypting and decrypting messages using the AES algorithm in CBC mode.
Installation
------------
You can install Cryplimp using pip:
pip install cryplimp
Usage
-----
To encrypt a message, import the `encrypt` function from the `cryplimp` module and pass in the message and key as arguments:
from cryplimp import encrypt
message = "hello world"
key = "secret key"
encrypted_message = encrypt(message, key)
To decrypt the encrypted message, import the `decrypt` function from the `cryplimp` module and pass in the encrypted message and key as arguments:
from cryplimp import decrypt
decrypted_message = decrypt(encrypted_message, key)
License
-------
Cryplimp is licensed under the MIT License. See LICENSE for more information.
Raw data
{
"_id": null,
"home_page": "https://github.com/KingfernJohn/cryplimp",
"name": "cryplimp",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "python,cryptography,encrypt,decrypt",
"author": "KingfernJohn",
"author_email": "kingfernjohn@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bd/a9/1744ef46356bc86f5cffa369b91a2cea5f65a8a00d5a60a65a35bb732fca/cryplimp-1.35.tar.gz",
"platform": null,
"description": "# Cryplimp\r\n\r\nCryplimp is a cryptography library that provides functions for encrypting and decrypting messages using the AES algorithm in CBC mode.\r\n\r\nInstallation\r\n------------\r\nYou can install Cryplimp using pip:\r\n\r\n pip install cryplimp\r\n\r\nUsage\r\n-----\r\nTo encrypt a message, import the `encrypt` function from the `cryplimp` module and pass in the message and key as arguments:\r\n\r\n from cryplimp import encrypt\r\n \r\n message = \"hello world\"\r\n key = \"secret key\"\r\n \r\n encrypted_message = encrypt(message, key)\r\n\r\nTo decrypt the encrypted message, import the `decrypt` function from the `cryplimp` module and pass in the encrypted message and key as arguments:\r\n\r\n from cryplimp import decrypt\r\n \r\n decrypted_message = decrypt(encrypted_message, key)\r\n\r\nLicense\r\n-------\r\nCryplimp is licensed under the MIT License. See LICENSE for more information.\r\n",
"bugtrack_url": null,
"license": "",
"summary": "cryptography library",
"version": "1.35",
"split_keywords": [
"python",
"cryptography",
"encrypt",
"decrypt"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "bda91744ef46356bc86f5cffa369b91a2cea5f65a8a00d5a60a65a35bb732fca",
"md5": "a162c4254c44a49fb3bbac0109609fdd",
"sha256": "245ab6a7c492249fa55f52d12a21b6d9562b850ea0484dfdfd18bca6630406a3"
},
"downloads": -1,
"filename": "cryplimp-1.35.tar.gz",
"has_sig": false,
"md5_digest": "a162c4254c44a49fb3bbac0109609fdd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2876,
"upload_time": "2023-03-11T20:58:06",
"upload_time_iso_8601": "2023-03-11T20:58:06.198286Z",
"url": "https://files.pythonhosted.org/packages/bd/a9/1744ef46356bc86f5cffa369b91a2cea5f65a8a00d5a60a65a35bb732fca/cryplimp-1.35.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-11 20:58:06",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "KingfernJohn",
"github_project": "cryplimp",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "cryplimp"
}