The project Bat-Encrypter is an Authentication system supported with Password Encryption and Decryption. Used CryptoJS for the encryption and decryption functionalities and displaying the values through Console Log. Currently, it only Encrypts the user's Password and Decrypts the same value. Can later be integrated into scalable and flexible applications to support client side encryption and decryption from the server response for an incresed Security. Made the project to demonstrate Encryption and Decryption of user password.
The Bat-Encrypter helps protect private information, sensitive data, and can enhance the security of communication between client apps and servers. In essence, when your data is encrypted, even if an unauthorized person or entity gains access to it, they will not be able to read it.
Bat-Encrypter.Demo.Made.with.Clipchamp.mp4
https://bat-encrypter.netlify.app/
- CryptoJS.
- HTML.
- CSS.
- Javascript.
- Clone this repository using:
git clone https://github.com/Akash-Ramjyothi/Bat-Encrypter.git
- Navigate to the file named 'index.html'
- Open the file through Live Server to the Browser.
- Full up the User details.
- See the encryption and decryption on Console Log through 'Ctrl+Shift+J'.
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help me know what this Code is all about.