sarthak-diwan / jses

Just Some Everyday Stuff
https://jses.s4r7h4k.dev
3 stars 8 forks source link

Add ASCII/HEX/BASE64 options in encryptions #4

Open sarthak-diwan opened 2 years ago

sarthak-diwan commented 2 years ago

Currently, all inputs in AES should be Base64 encoded, and the output will be Base64 encoded too. Add small icons in the bottom right of input/output for entering input(data, key, iv) in hex/ascii/base64.

Sanath91009 commented 2 years ago

claim

Sanath91009 commented 2 years ago

Could you elaborate