Here's a more complete README for your `trustspidercrypt` library:
```markdown
# Spidercryptencrypt
trustspidecrypt is an encryption library that utilizes AES in CBC mode for secure data encryption and decryption.
## Installation
You can install trustspidercrypt via pip:
```bash
pip install trustspidercrypt
```
## Usage
Here’s a simple example of how to use trustspidercrypt:
```python
from trustspidercrypt import Trustspidercrypt
# Example key (must be 32 bytes for AES-256)
key = b'my_32_byte_secret_key!'
cipher = Spidercryptencrypt(key)
# Encrypting data
plaintext = b'Hello, world!'
encrypted = cipher.encrypt(plaintext)
print("Encrypted:", encrypted)
# Decrypting data
decrypted = cipher.decrypt(encrypted)
print("Decrypted:", decrypted.decode()) # Outputs: Hello, world!
```
## Features
- **AES Encryption**: Secure encryption using AES in CBC mode.
- **Easy to Use**: Simple API for encrypting and decrypting data.
- **Secure Key Management**: Ensure to manage your encryption keys securely.
## Requirements
- Python 3.6 or higher
- `cryptography` package
## License
## License
This project is licensed under a proprietary license. For details on licensing and commercial use, please contact [spidercrypt.dev@gmail.com].
## Contributing
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
## Author
Mouhawos - A passionate developer and CEO of Spidercrypt, specializing in cybersecurity API development. Committed to creating secure and efficient solutions for modern challenges.
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Mouhawos/spidercryptencrypt",
"name": "trsutspidercrypt",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": null,
"keywords": null,
"author": "Spidercrypt",
"author_email": "votre@email.com",
"download_url": "https://files.pythonhosted.org/packages/e2/7e/1cedd4e5bc95cc690326f60d1fccea3ed0e5c587d186d8f2d39ce55e869a/trsutspidercrypt-0.1.0.tar.gz",
"platform": null,
"description": "Here's a more complete README for your `trustspidercrypt` library:\r\n\r\n```markdown\r\n# Spidercryptencrypt\r\n\r\ntrustspidecrypt is an encryption library that utilizes AES in CBC mode for secure data encryption and decryption.\r\n\r\n## Installation\r\n\r\nYou can install trustspidercrypt via pip:\r\n\r\n```bash\r\npip install trustspidercrypt\r\n```\r\n\r\n## Usage\r\n\r\nHere\u00e2\u20ac\u2122s a simple example of how to use trustspidercrypt:\r\n\r\n```python\r\nfrom trustspidercrypt import Trustspidercrypt\r\n\r\n# Example key (must be 32 bytes for AES-256)\r\nkey = b'my_32_byte_secret_key!' \r\ncipher = Spidercryptencrypt(key)\r\n\r\n# Encrypting data\r\nplaintext = b'Hello, world!'\r\nencrypted = cipher.encrypt(plaintext)\r\nprint(\"Encrypted:\", encrypted)\r\n\r\n# Decrypting data\r\ndecrypted = cipher.decrypt(encrypted)\r\nprint(\"Decrypted:\", decrypted.decode()) # Outputs: Hello, world!\r\n```\r\n\r\n## Features\r\n\r\n- **AES Encryption**: Secure encryption using AES in CBC mode.\r\n- **Easy to Use**: Simple API for encrypting and decrypting data.\r\n- **Secure Key Management**: Ensure to manage your encryption keys securely.\r\n\r\n## Requirements\r\n\r\n- Python 3.6 or higher\r\n- `cryptography` package\r\n\r\n## License\r\n\r\n## License\r\n\r\nThis project is licensed under a proprietary license. For details on licensing and commercial use, please contact [spidercrypt.dev@gmail.com].\r\n\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.\r\n\r\n\r\n## Author\r\n\r\nMouhawos - A passionate developer and CEO of Spidercrypt, specializing in cybersecurity API development. Committed to creating secure and efficient solutions for modern challenges.\r\n\r\n```\r\n\r\n",
"bugtrack_url": null,
"license": null,
"summary": "Une biblioth\u00e8que pour le chiffrement AES avec CBC",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/Mouhawos/spidercryptencrypt"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "960d993cedaef5de0ccafb93a8570450bf40f5651f0c32399276ddace7ac84d0",
"md5": "8d6df171f247fe6b0bc825d56118ab4a",
"sha256": "12b17bfbc6f1b596b7f0c0cce92de012dd1c239bb7d3a098b9cda304100ab908"
},
"downloads": -1,
"filename": "trsutspidercrypt-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8d6df171f247fe6b0bc825d56118ab4a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 2035,
"upload_time": "2024-07-14T00:35:23",
"upload_time_iso_8601": "2024-07-14T00:35:23.479739Z",
"url": "https://files.pythonhosted.org/packages/96/0d/993cedaef5de0ccafb93a8570450bf40f5651f0c32399276ddace7ac84d0/trsutspidercrypt-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e27e1cedd4e5bc95cc690326f60d1fccea3ed0e5c587d186d8f2d39ce55e869a",
"md5": "e5f4b322cf859eb8f05df24f8599909d",
"sha256": "7bfdc6ae7349aa79e4e049572d44950892d8359932b163b2e4c161dcdcf8a281"
},
"downloads": -1,
"filename": "trsutspidercrypt-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "e5f4b322cf859eb8f05df24f8599909d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 2012,
"upload_time": "2024-07-14T00:35:25",
"upload_time_iso_8601": "2024-07-14T00:35:25.329666Z",
"url": "https://files.pythonhosted.org/packages/e2/7e/1cedd4e5bc95cc690326f60d1fccea3ed0e5c587d186d8f2d39ce55e869a/trsutspidercrypt-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-14 00:35:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Mouhawos",
"github_project": "spidercryptencrypt",
"github_not_found": true,
"lcname": "trsutspidercrypt"
}