No project description provided
Project description
Encryptionsuite (File Encryption and Decryption)
This is a CLI tool for encrypting and decrypting files and folders. Be carefull on how you use, irresponsible use can lead user to turning their data into chunks if encryption keys are miss-handled. For every encrypte file an Encryption key used is save in filename.xml file where filename is name of the input file to be encrypted.
Installation
-
Install via pip:
pip install Encryptionsuite
-
Install from github:
pip install git+https://github.com/skye-cyber/Encryptionsuite.git
Usage
To run the CLI app, use the following command:
Encryptionsuite [options]
Replace [options]
with the appropriate command-line options based on the functionality you want to execute.
Available Options
1
.-m/--mode
operation to be performed(encryption or Decryption) value [encrypt, decrypt]
2
.-i/--input_file
3
.-k/--key
only when decrypting
Examples
-
Example command 1:
Encryptionsuite -m encrypt -i example.txt or ```FED --mode encrypt -input_file example.txt```
in this case the output file will be 'example.txt.encrypted'
- Example command 2:
Encryptionsuite -m decrypt -i example.txt.encrypted -k xxxx where xxxx is the encryption key used
- Example command 3 using key file inplace of the key itself:
Encryptionsuite -m decrypt -i example.txt.encrypted -k file where file is the file containing the key
Contributing
Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request.
License
This project is an open source software.
Feel free to modify and customize this template according to your specific project requirements and add any additional sections or information that you think would be helpful for users.
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 Distributions
Hashes for encryptionsuite-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 06431ea2fdac0e01705de9471ab3160e8bf6ebed787d151686977fc15d515d06 |
|
MD5 | a7eef01e3987011ebb43e59db934a627 |
|
BLAKE2b-256 | f2364bff44be8664ff3701d1ba7a38238698ae5e6fc71c25aea876fdb8b1072c |
Hashes for Encryptionsuite-1.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e5ef299815ff87ee35877db39e18d835348a39842df9b0b913abb66c742e8dba |
|
MD5 | 3ca4f091d22d8ad4a1399ffbe087a7fc |
|
BLAKE2b-256 | c5c21ad4dadaddddf45ac73cc55307814635138704063f2b3c261cd3ba99ccab |