https://github.com/jingshing/encryptor-decryptor
A tool for encrypt and decrypt.
https://github.com/jingshing/encryptor-decryptor
decrypt decryption encrypt encryption encryption-decryption tkinter tkinter-gui
Last synced: 10 months ago
JSON representation
A tool for encrypt and decrypt.
- Host: GitHub
- URL: https://github.com/jingshing/encryptor-decryptor
- Owner: JingShing
- License: bsd-3-clause
- Created: 2022-11-01T06:44:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T08:06:18.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T06:11:42.200Z (11 months ago)
- Topics: decrypt, decryption, encrypt, encryption, encryption-decryption, tkinter, tkinter-gui
- Language: Python
- Homepage: https://jingshing.com/encrypt_decrypt/
- Size: 52.7 KB
- Stars: 46
- Watchers: 1
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
English | [繁體中文](README_TCH.md)
# [Online Tool](https://jingshing.com/encrypt_decrypt/)
You can use this tool on [my website](https://jingshing.com/encrypt_decrypt/).
# Update
I made a new version in html with javascript you can see [repo here](https://github.com/JingShing/Encryptor-Decryptor-JS).
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 Video](https://youtu.be/TyIL7XjMUaw?t=180)
# 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.