SweatingDataRNCryptor is a Python tool designed to decrypt databases and data using the advanced RNCryptor algorithm. With SweatingDataRNCryptor, you can securely unlock encrypted databases and sensitive data using a specified key. This tool provides a user-friendly interface to select the encrypted files, apply the decryption process using the RNCryptor algorithm, and extract the decrypted contents. Whether you're dealing with encrypted databases or encrypted data, SweatingDataRNCryptor ensures seamless decryption with robust security measures. Unlock the secrets hidden within your encrypted data effortlessly with SweatingDataRNCryptor.
- Decrypt databases and data securely
- Utilize the RNCryptor algorithm with a specified key
- User-friendly interface for ease of use
- Simplifies the decryption process for encrypted data
- Clone the repository:
git clone https://github.com/labcif/SweatingDataRNCryptor.git
- Install dependencies:
pip install -r requirements.txt
- Run the application (GUI):
python ./SweatingData_GUI.py
- Launch the application.
- Provide the necessary parameters, including the database or file path and the decryption key.
- Click the "Decrypt" button to unlock the encrypted data securely.
- Access the decrypted data and utilize it as needed.
python ./SweatingData_CLI.py [-h] [--output OUTPUT] [--key KEY] input
positional arguments:
input Encrypted text or path to the database file
options:
-h, --help show this help message and exit
--output OUTPUT Path to save the decrypted database (optional)
--key KEY Decryption key
- Ricardo Bento Santos (https://github.com/RicardoBeny) - Creator and main developer
- Guilherme dos Reis Guilherme (https://github.com/guilhermegui08) - Creator and main developer
This project is licensed under the GPL-3.0.