https://github.com/paragon279/encrypt-decrypt
https://github.com/paragon279/encrypt-decrypt
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paragon279/encrypt-decrypt
- Owner: paragon279
- License: bsd-3-clause
- Created: 2024-05-16T07:53:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:54:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T20:33:32.552Z (about 1 year ago)
- Language: Python
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Update
It is lighter and easier to use. With your browser it can easily encrypt and decrypt.
# Encryptor-Decryptor
A tool for encrypt and decrypt.
# tutorial
* Import file.
* Put key in text box.
* Select function you need. And press button. It will save file automatically.
# UI

## test file

## After encrypt

## After encrypt and After decrypt

## Principle
It combines the key and the line you want to encrypt. And then turned it into base64 format.