its-puneet / Geeky-Coders

First time contributors of Hacktober fest 2022
Apache License 2.0
35 stars 120 forks source link

Add Web-Cipher project #173

Closed nikhil-RGB closed 1 year ago

nikhil-RGB commented 1 year ago

Shuffle Cipher is a web app which ciphers simple strings using a shuffle-cipher algorithm I cooked up for fun.
It allows users to prevent third parties from accessing information as plain text. Simple messages are converted to ciphered ASCII garbage text
Note: This is more of a cipher algorithm than an industry standard encryption algorithm and is susceptible to reverse engineering. This text encryption algorithm is more of a fun little side project than a guarantor of privacy. Also, most algorithms are shown here in java, but this project is a web app, so the code in the file uploaded in vanilla js.

Read more about how this algorithm was implemented in the README file contained within

Checklist: