/AsymCrypt

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

About AsymCrypt

This repo is only simple encryption using Asymmetric Encryption methodology.

Prerequisite

Before start you need to install cryptography. You could run this command below.

python -m pip install cryptography

How to run

  • git clone https://github.com/resxar/AsymCrypt.git
  • python -m pip install cryptography
  • python main.py

Licensing

This project is licensed under the GNUGPLv3