Skip to main content

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.

Name variations

   Encryptionsuite -h
   encryptionsuite -h
   ENCRYPTIONSUITE -h

Installation

  1. Install via pip:

    pip install Encryptionsuite
    
  2. 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

  1. 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'

  1. Example command 2:
    Encryptionsuite -m decrypt -i example.txt.encrypted -k xxxx where xxxx is the encryption key used
    
  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

encryptionsuite-1.0.6.tar.gz (33.3 kB view details)

Uploaded Source

Built Distribution

encryptionsuite-1.0.6-py3-none-any.whl (42.1 kB view details)

Uploaded Python 3

File details

Details for the file encryptionsuite-1.0.6.tar.gz.

File metadata

  • Download URL: encryptionsuite-1.0.6.tar.gz
  • Upload date:
  • Size: 33.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.6

File hashes

Hashes for encryptionsuite-1.0.6.tar.gz
Algorithm Hash digest
SHA256 daea7b914d3ca94ef73b426135422cac927458d88398f1797aa297031150a230
MD5 e791666e0d224c46450d1f549d6f1673
BLAKE2b-256 12c282e7c32ea23c0c300ea850bddcb860f632df93a4a338068432eb2bbbe9e0

See more details on using hashes here.

File details

Details for the file encryptionsuite-1.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for encryptionsuite-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 cc789371b2c7e695ac7c509c9f72cf98a7f8a9f19e296c8a68710d877b5d33a2
MD5 52abd009445e33aec0522e6caa107155
BLAKE2b-256 c84ac8ce9030cf03bbef0816870de1fc319cefa11b14a4b18e52d0afec2317bf

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page