A secure notes web application using the MERN stack, implementing AES encryption for secure data storage and decryption.
This project uses AES encryption to secure user data. Encryption and decryption occur on the server side, ensuring that the stored data remains protected.
Usage
1.Register or log in to your account.
2.Create new notes that are encrypted and stored securely.
3.Technology Stack
- **Frontend**: React.js
- React Router
- Axios
- **Backend**: Node.js, Express.js
- **Database**: MongoDB
- **Encryption**: AES (Advanced Encryption Standard) for secure data handling
Edit or delete notes as needed.