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.
Release files for encryptionsuite 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Encryptionsuite-1.0.1.tar.gz | 60.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Encryptionsuite-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 90.5 kB
Release files / Encryptionsuite-1.0.1.tar.gz
| Download URL | Encryptionsuite-1.0.1.tar.gz |
|---|---|
| Size | 60.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
751de3b6df89c6054dd620ac8d346ec2686595bd2de25e50827dea85591445d6
|
|
BLAKE2b-256 checksum How to use checksums |
76225a3f15aeaa245f7b97d66f8e24b7437d1663d57d536cb74311287641a47b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|
Release files / Encryptionsuite-1.0.1-py3-none-any.whl
| Download URL | Encryptionsuite-1.0.1-py3-none-any.whl |
|---|---|
| Size | 30.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
740f9ff400648f55926f93c582ca65b69c280aef78beaa7e70dc7ac92e6d54c4
|
|
BLAKE2b-256 checksum How to use checksums |
3f9eb861864af96a08286da3bcf9233c2b9c254a35dcfc6ac59e319a2a6e1e0c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.11.8
|