Encrypter and Decrypter of all types of human-readable file formats and much more Using Python
Project description
SecuriPy
SecuriPy is a Python library that provides a set of functions for encrypting and decrypting human-readable file formats into undefined non-readable files. It offers a simple yet powerful way to protect sensitive information from unauthorized access.
Installation
To use SecuriPy, you will need Python 3.x installed on your system. You can install SecuriPy using pip, the Python package installer, by executing the following command:
pip install SecuriPy
Usage
Import the SecuriPy
module in your Python script to access the functions:
from SecuriPy import Text, Image, File
OR
from SecuriPy import *
## Security Considerations
- Use a strong and unique `secret_key` for each encryption operation to enhance security. Avoid using easily guessable or common phrases.
- Always encrypt sensitive information before storing or transmitting it. SecuriPy is a tool for obfuscating the data but does not provide additional security measures for data storage or transmission.
## Contributing
Contributions to SecuriPy are welcome! If you find any issues or have suggestions for improvement, please create a GitHub issue or submit a pull request.
## License
SecuriPy is released under the [MIT License](https://opensource.org/licenses/MIT). See the [LICENSE](https://github.com/Anupam1707/SecuriPy/blob/main/LICENSE) file for more details.
## Contact
If you have any questions, suggestions, or feedback, you can reach out to the project maintainers at [programmer.tiak@gmail.com](mailto:programmer.tiak@gmail.com).
Happy encrypting with SecuriPy!
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 SecuriPy-2.1.0.tar.gz
.
File metadata
- Download URL: SecuriPy-2.1.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2be24fd5d088e04a63af9d09079c0c4640de22d485ddb99ac6269192bb5193f8 |
|
MD5 | ed1e0c76813847db27b247a27a8f31e4 |
|
BLAKE2b-256 | c96b403ad05f39a96aa73ef4c22974b8d64bc9080b72ea9245180bd4ec520d23 |
File details
Details for the file SecuriPy-2.1.0-py3-none-any.whl
.
File metadata
- Download URL: SecuriPy-2.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b2cbf75034c2cf7eae80c50a9da115b59bc09910c53cdbc62bda8d2416551083 |
|
MD5 | 9175afe62717227332e67aba088a3489 |
|
BLAKE2b-256 | 8a53e51b69003c43177fed3ffc0809fbda1e723e902568d561fb29ce300f0b29 |