Ali-Adnan219 / cryptomizer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cryptomizer

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

[Deutsche Anleitung]

Table of contents

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

How to use Cryptomizer as normal user

  1. First go 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.

Installation for developers

  1. Check if you Python version is at least 3.10!
  2. Please install pipenv at first 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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 95.5%Language:Makefile 4.5%