Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.19 KB

Passgen - Secure Password Generator

Passgen is a full-stack web application designed to users enhance online security by generating strong and unique passwords. Built on the MERN (MongoDB, Express, React, Node.js) stack and fortified with user authentication, Passgen allows you to create and manage strong strong, ensuring the safety of your digital accounts.

Features

  • Password Generation: Create strong and complex passwords with ease.
  • User Authentication: Secure user registration and login system to personalize your password management experience.
  • Password Storage: Save and organize your generated passwords for easy access.

Tech Stack

Passgen leverages modern web technologies to provide a seamless and secure password-generation experience.

  • Frontend: React, Axios

  • Backend: Node.js, Express.js, MongoDB

  • Authentication: JSON Web Tokens (JWT), Bcrypt

  • External API: Integration with various password strength analysis tools for enhanced security.

    Running on a local server

git clone https://github.com/itsaddai/Passgen.git
npm install

Start the server

npm start

Start the client

cd ..
cd client
npm start