SecureCrypt is a robust tool for encrypting and decrypting files in specified directories using AES encryption. It includes error handling and generates detailed Excel reports on the encryption and decryption processes.
Project description
SecureCrypt is a Python package that provides advanced encryption and decryption capabilities, allowing you to securely handle sensitive data. This documentation will guide you through the installation process, explain the features of SecureCrypt, and provide examples of how to use it.
Table of Contents
Installation
To install SecureCrypt, you can use pip. Open your terminal and run the following command:
pip install SecureCrypt
Features
SecureCrypt offers the following features:
- Encryption: Securely encrypt your data using advanced cryptographic techniques.
- Decryption: Easily decrypt your encrypted data.
- Support for various encryption algorithms: SecureCrypt supports a wide range of encryption algorithms, allowing you to choose the one that best suits your needs.
Usage
SecureCrypt can be used in two different ways, depending on your preference. Here are the examples for both approaches:
Approach 1: Importing the encrypt
and decrypt
functions
from SecureCrypt import encrypt, decrypt
# Encrypting data
encrypt(current_minute,r'path_to_file',file_password)
# Decrypting data
decrypt(current_minute,r'path_to_file',file_password)
Approach 2: Importing the SecureCrypt module
import SecureCrypt
# Encrypting data
SecureCrypt.encrypt(current_minute,r'path_to_file',file_password)
# Decrypting data
SecureCrypt.decrypt(current_minute,r'path_to_file',file_password)
Make sure to replace current_minute
with the actual data you want to encrypt or decrypt, r'path_to_file'
with the path to the file you want to encrypt or decrypt, and file_password
with the password you want to use for encryption or decryption.
License
SecureCrypt is licensed under the MIT License. Feel free to use, modify, and distribute this package according to the terms of the license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file SecureCrypt-1.0.2.tar.gz
.
File metadata
- Download URL: SecureCrypt-1.0.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c663a4da3d327e65f0f160097e6c843f883896f1fbb825ca425a9f042e940c36 |
|
MD5 | 275ea0b232ad6b177d97e50255982383 |
|
BLAKE2b-256 | bbf8860276a5555a1d7b0007d310c479b4a5e9a27baa1b8e971ca94658b40653 |
File details
Details for the file SecureCrypt-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: SecureCrypt-1.0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c79f4b58509367d0a7a4ccda9a122d4fcaa101e01d50f2a484a9be14f835554b |
|
MD5 | 189d80446a2b0b894e3a86144c5870c9 |
|
BLAKE2b-256 | 354e91f2b2584b9974941e59e5ab75ee27918ddae0f7d0027f3b2951543ede4c |