Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

44 lines (34 loc) · 1.42 KB

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