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.
- Host: GitHub
- URL: https://github.com/yagiziskirik/pyenc
- Owner: yagiziskirik
- License: mit
- Created: 2023-05-25T22:07:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-05-23T11:33:10.000Z (6 months ago)
- Last Synced: 2025-07-19T09:28:27.683Z (4 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# PyEnc
  
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.