Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
145 stars 373 forks source link

[Feature] Add Encrypt - Decrypt Calculator #1489

Open bhumii-ka opened 5 days ago

bhumii-ka commented 5 days ago

Description

This calculator will have two parts:

Screenshots

No response

Checklist

Code of Conduct

github-actions[bot] commented 5 days ago

Hey @bhumii-ka, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

jessicachawla commented 4 days ago

Will this also decrypt if I put someone else's encrypted key?

bhumii-ka commented 4 days ago

Will this also decrypt if I put someone else's encrypted key?

If the key is different then it would show some decrypted text but that text won't be same as the original text which was encrypted.

jessicachawla commented 4 days ago

That's a privacy concern. Give some solutions. Also this may give wrong decryption to someone whose encrypted key it actually is

bhumii-ka commented 4 days ago

That's a privacy concern. Give some solutions. Also this may give wrong decryption to someone whose encrypted key it actually is

Ok so I'll make it as if the key is wrong then it would show an error message " wrong key inserted" and then only decrypt the text if right key is inserted

jessicachawla commented 1 day ago

Okay But what about the privacy concerns?