Skip to content

yusufuznn/Password-Box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PasswordBox

WhatsApp Image 2025-05-27 at 23 40 04_d5077188

PasswordBox is a secure and easy-to-use password manager web application that allows users to safely store their login credentials for all their online accounts. It is built using ASP.NET Core MVC and Bootstrap.


Features

  • User Registration & Login: Secure user management using ASP.NET Core Identity.
  • Password Management: Add, edit, and list website names, usernames, and passwords.
  • Modern UI: Clean and user-friendly design.
  • Password Visibility Toggle: Show/hide password on login and registration pages.
  • Responsive Design: Fully responsive layout for mobile and desktop devices.

Technologies Used

  • ASP.NET Core MVC (.NET 8)
  • Entity Framework Core
  • ASP.NET Core Identity
  • Bootstrap 5
  • jQuery (for password toggle functionality)

1 2 3 4


5 6 7

  • Records for another user

8

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/passwordbox.git
    cd passwordbox
  2. Restore required NuGet packages:

    dotnet restore
  3. Configure the database connection string in appsettings.json.

  4. Apply migrations and create the database:

    dotnet ef database update
  5. Run the application:

    dotnet run
  6. Open your browser and go to https://localhost:5001 (or the specified port).


Usage

  • Register and log in to securely store your login credentials.
  • If a user is not logged in, the homepage displays a Register button.
  • Login and registration pages include a password visibility toggle feature.

Contributing

Contributions are welcome! Please open an issue first to discuss what you would like to work on.


Contact

For questions or feedback:


About

A secure password manager for storing and organizing your site credentials. Built with ASP.NET Core MVC and jQuery AJAX.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors