Skip to content

riyap03/SecurePass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SecurePass – Console Password Manager

Description

SecurePass is a C++ command-line password manager that securely stores user credentials in an encrypted format. It features a master password system to protect access and uses basic encryption to ensure that stored data is not in plain text.


Features

  • Master Password Authentication – Access is granted only if the correct master password is provided.
  • Password Encryption – Encrypts passwords before saving them to file storage.
  • Add, View, and Search Passwords – Easily manage credentials.
  • File-based storage for persistent data.
  • Lightweight and cross-platform.

Tech Stack

  • Language: C++
  • Concepts: File I/O, OOP, Encryption/Decryption
  • Tools: GCC/MinGW, VS Code

How to Run

# Clone the repository
git clone https://github.com/riyap03/SecurePass.git

# Compile the program
g++ main.cpp -o securepass

# Run the program
./securepass

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages