Skip to content

Manoj-M-V/PassFortress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PassFortress

Overview

This is a simple web application for managing your website passwords. It allows you to securely store and organize your website login credentials and copy them to your clipboard when needed.

The project includes a user interface that displays a table of saved passwords. Users can add new entries, delete existing ones, and easily copy the username, password, or website URL to the clipboard.

Features

  • Add Password Entries: Users can add new password entries, including the website, username, and password.

  • Delete Password Entries: Users can delete password entries for websites they no longer need.

  • Copy to Clipboard: Users can copy website URLs, usernames, and passwords to their clipboard for easy use.

  • Local Storage: The application uses browser local storage to persist data, ensuring that password entries are available between sessions.

Installation and Usage

  1. Clone the repository to your local machine.

    git clone https://github.com/Manoj-M-V/PassFortress.git
  2. Open the project directory.

    cd PassFortress
  3. Open the index.html file in your web browser.

  4. Use the web application to manage your passwords.

Usage

  • To add a new password entry, fill in the "Website," "Username," and "Password" fields, and click the "Save" button.

  • To copy a specific field's value to the clipboard, click the "Copy" button next to it.

  • To delete a password entry, click the "Delete" button next to it.

  • Your password entries are saved locally and will persist between sessions.

Credits

This project was created by Manoj M V. If you have any questions or suggestions, please feel free to contact me.

License

This project is open-source and available under the MIT License.