Projects

Every project I build is a step forward in my coding journey, helping me explore new tools, frameworks, and creative ways to solve real-world problems.

Project Image

Phantom Chat(In Progress)

- A Phantom chat app using Double Ratchet Algorithm and X3DH key exchange, ensuring perfect forward secrecy

- The system uses Socket.IO for real-time communication while encrypting both message content and metadata to prevent traffic analysis

- The messages are encrypted by senders private key, receivers public key and a random string of characters which different in every message.

Blogito

- Blogito is a blog website built to share experiences and learnings with the world.

- Built with React, Tailwind CSS and javascript. For email verification Blogito uses node mailer.

- Users can seamlessly create their blog posts of any domain and share it globally.


Project Image
Project Image

Secure Vault

- A secure password manager using cryptography, helping users store and manage their passwords securely.

- Built using Mern stack , for encryption of passwords, secure vault uses cryptojs library.

- This is my first MERN stack stack project, got indepth of how does encryption works .

Built with love by Siddhant A Kanawade