Skip to content

JingShing/Encryptor-Decryptor-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English | 繁體中文

You can use this tool on my website.

Encryptor-Decryptor-JS

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.

Example

Encrypt

Encrypt

Decrypt

Encrypt

Encrypt Image

Encrypt_Image

Decrypt Image

Decrypt_Image

Preview Feature

preview

Log

Ver0.1

  • Feature
    • encrypt from textfield
    • decrypt from textfield

Ver0.2

  • Feature
    • You can now drag your file into the textfield.
    • Now support txt, jpg and png file.
    • It can now encrypt image file.

Ver0.3

  • Feature
    • You can now use this tool on my website.
    • I upgrade my encrypt and decrypt algorithm. To make it lighter and safer.

Ver0.4

  • Feature
    • Generate preview

Ver0.5

  • Improved code: mix file and base64 input code.