Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paragon279/encrypt-decrypt
https://github.com/paragon279/encrypt-decrypt
Last synced: about 14 hours 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 (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:54:39.000Z (6 months ago)
- Last Synced: 2024-10-21T12:05:55.949Z (30 days 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
![UI](image/UI.png)## test file
![test](image/test_word.png)## After encrypt
![test encrypt](image/test_word_en.png)## After encrypt and After decrypt
![test encrypt](image/test_word_en_de.png)## Principle
It combines the key and the line you want to encrypt. And then turned it into base64 format.