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

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.

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
![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.