ACM-VIT / Algos-for-all-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
9 stars 10 forks source link

Web App to encrypt/decrypt strings with AES Symmetric Encryption #11

Open Chasmiccoder opened 2 years ago

Chasmiccoder commented 2 years ago

Hey there! Welcome to Hacktoberfest 2021!

Thanks for taking interest in this project.

In this issue we want to create a fully responsive web app which helps encrypt and decrypt AES Symmetric encryption given the key.

Tech Stack - HTML, CSS, JS

Example - (Key = ACMvit&aesCipher) [The key length has to be 16 for 128 bit encryption] Type String
Plaintext "Hello World"
Ciphertext "08fLCnbfheNVf7SBgjdnyg=="

(Output format is in base64)


Feel free to contact us here (Telegram) if you need any help!


It's okay if you don't finish 100% of what is required, it's the attempt that matters! We'll accept PRs even if they complete a sub-component of this issue (depending on the code submitted and the effort taken) All the best :D

kiennguyenchi commented 2 years ago

Hi there, may I assigned to this issue? I'm interested to work on it. Thank you!

Chasmiccoder commented 2 years ago

Hi @kiennguyenchi ! Yeah sure, I'll assign you to it.

Thanks for taking an interest!

Chasmiccoder commented 2 years ago

Hi @kiennguyenchi Is there any update on this?