Skip to content

KALI-THE-HACKER/password-manager-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

password-manager-cpp [C++, Windows]

A simple C++ tool to save passwords in encrypted form with locker feature, it means, who have the correct username and password, can only use this tool.

Operating System

Windows

Dependencies

* <fstream>
* "windows.h"
* <dirent.h>
* <sys/types.h>

Usage

cd "(to the folder, where you had downloaded our tool)"

g++ password-manager.cpp -o password-manager (or any other compiler you are using)

password-manager

About the author

The project is created by Lucky Verma on Jul 21-22, 2021. If you want to contribute to this project, and make it even better then there you go, you are allowed to do it.

Contributors

About

A simple C++ tool to save passwords in encrypted form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages