spdercryptencrypt


Namespdercryptencrypt JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Mouhawos/spidercryptencrypt
SummaryUne bibliothèque pour le chiffrement AES avec CBC
upload_time2024-07-14 00:26:46
maintainerNone
docs_urlNone
authorSpidercrypt
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Here's a more complete README for your `Spidercryptencrypt` library:

```markdown
# Spidercryptencrypt

Spidercryptencrypt is an encryption library that utilizes AES in CBC mode for secure data encryption and decryption.

## Installation

You can install Spidercryptencrypt via pip:

```bash
pip install spidercryptencrypt
```

## Usage

Here’s a simple example of how to use Spidercryptencrypt:

```python
from spidercryptencrypt import Spidercryptencrypt

# 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": "spdercryptencrypt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Spidercrypt",
    "author_email": "votre@email.com",
    "download_url": null,
    "platform": null,
    "description": "Here's a more complete README for your `Spidercryptencrypt` library:\r\n\r\n```markdown\r\n# Spidercryptencrypt\r\n\r\nSpidercryptencrypt 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 Spidercryptencrypt via pip:\r\n\r\n```bash\r\npip install spidercryptencrypt\r\n```\r\n\r\n## Usage\r\n\r\nHere\u00e2\u20ac\u2122s a simple example of how to use Spidercryptencrypt:\r\n\r\n```python\r\nfrom spidercryptencrypt import Spidercryptencrypt\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": "0b2ace51314e2373edfe090ecb4fc722e2a020e9e4e145b77f3443b95b644b0a",
                "md5": "443d335040334f0b09c8eeba5bcab024",
                "sha256": "0e05a0dab48093f792902ec0f5cc657853c64f8f2a90cc28bf5a18a42698b1c1"
            },
            "downloads": -1,
            "filename": "spdercryptencrypt-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "443d335040334f0b09c8eeba5bcab024",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2041,
            "upload_time": "2024-07-14T00:26:46",
            "upload_time_iso_8601": "2024-07-14T00:26:46.257204Z",
            "url": "https://files.pythonhosted.org/packages/0b/2a/ce51314e2373edfe090ecb4fc722e2a020e9e4e145b77f3443b95b644b0a/spdercryptencrypt-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-14 00:26:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mouhawos",
    "github_project": "spidercryptencrypt",
    "github_not_found": true,
    "lcname": "spdercryptencrypt"
}
        
Elapsed time: 0.88585s