Skip to content

Easy GUI based file de- and encryption tool for linux, windows and mac.

License

Notifications You must be signed in to change notification settings

richard-llmnn/cryptomizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptomizer

Cryptomizer is an easy GUI based file de- and encryption tool for linux, windows and mac.

Table of contents

  1. How to use Cryptomizer as normal user
  2. Supported languages
  3. Installation for developers
  4. Commands
  5. Sources

How to use Cryptomizer as normal user

  1. First go to the releases page and select the version you want.
  2. Download the cryptomizer-[your_operating_system].zip file for your operating system.
  3. Unzip the folder and run the program.

Supported languages

Installation for developers

  1. Check if your Python version is at least 3.10!
  2. Please install pipenv at first by running pip install pipenv -> alternative installation methods
  3. Pull the repository
  4. Run pipenv install

Commands

In the pipenv shell run

pipenv run python src/main.py

Sources