Skip to content

KASRA10/PassWordSaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Saver

Image Preview

K10PassSAver

Video Preview

K10PassSAver.mp4

Introduction

Password Saver is a Windows Form application designed to securely store and manage usernames, passwords, and titles. It uses an intuitive UI and configuration-based storage to simplify access and organization of sensitive credentials.

About

This project enables users to save credentials in a structured format and retrieve them whenever needed. The stored data is managed through the app's configuration file, ensuring it is both accessible and organized.

Usage

  1. Launch the application.
  2. Enter a title, username, and password into the respective fields.
  3. Click Add Record to save the data.
  4. View all saved credentials in the grid or combo box.
  5. Use Delete Record to remove unnecessary entries.
  6. Toggle password visibility using the Show/Hide Password button.

How It Works

  • Saving Records: Data entered by the user is stored in the application's configuration file with unique identifiers.
  • Viewing Records: All stored credentials are displayed in a grid for easy access.
  • Deleting Records: Selected entries can be removed from the configuration file using the combo box.
  • UI Features:
    • Masked password fields for security.
    • Dynamic refresh of records in the UI after saving or deleting.
    • Intuitive buttons for toggling password visibility.

What is C#?

C# is a powerful, object-oriented programming language developed by Microsoft. It is commonly used for building Windows applications, websites, and game development. Its versatility and robust framework support make it ideal for projects like Password Saver.

What is Windows Form?

Windows Form is a UI framework in .NET for creating desktop applications. It simplifies the process of designing graphical interfaces by providing tools like buttons, text boxes, and grids, which are used extensively in this project.

What is the Configuration Library in C#?

The Configuration Library in C# allows developers to manage application settings using configuration files. In this project, it is used to securely store and retrieve user data such as titles, usernames, and passwords.

Contribution

Contributions to this project are welcome! If you'd like to improve the code or add new features, follow these steps:

  1. Fork the repository.
  2. Create a new branch for your changes.
  3. Submit a pull request with a description of your modifications.

Feel free to explore the project on GitHub.


Enjoy using Password Saver and happy coding!

About

A Simple Windows Form To Save UserName And Passwords For Ever!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages