An open API service indexing awesome lists of open source software.

https://github.com/yagiziskirik/pyenc

Very basic 2-way encryption with Python.
https://github.com/yagiziskirik/pyenc

Last synced: 23 days ago
JSON representation

Very basic 2-way encryption with Python.

Awesome Lists containing this project

README

          

# PyEnc
![Version v1.0.0](https://img.shields.io/badge/version-v1.0.0-blue) ![License](https://img.shields.io/badge/Licence-MIT-green) ![Maintenance](https://img.shields.io/maintenance/yes/2023)

Very basic 2-way encryption with Python.

## Features
* Can encrypt data with passcode.
* Can decrypt data with passcode.

## Dependencies
* Pyperclip

## Setup
* None

## Usage
Run the script via `python enc.py`. Fill out the `Message`, `Key` and select if it is for encryption or decryption. Your message will be printed and copied to the clipboard.