English | 繁體中文
You can use this tool on my website.
Using Javascript and Html to rewrite my old Encryptor-Decryptor.
This is rewrite from my old repo Encryptor-Decryptor.
You can put the content you want to encrypt or decrypt in the content textfield. And put key in key textfield.
Then click button it will encrypt or decrypt for you.
- Feature
- encrypt from textfield
- decrypt from textfield
- Feature
- You can now drag your file into the textfield.
- Now support txt, jpg and png file.
- It can now encrypt image file.
- Feature
- You can now use this tool on my website.
- I upgrade my encrypt and decrypt algorithm. To make it lighter and safer.
- Feature
- Generate preview
- Improved code: mix file and base64 input code.