Skip to content

An attempt at creating a secure password manager for personal use

License

Notifications You must be signed in to change notification settings

mattialancellotti/PasswdManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezpass

Introduction

The objective of this project is to develope an easy to use password manager for personal use. Previously this project was just a password generator, that's why this program can also generate passwords with different characteristics.

Libraries

  • libsodium

Testing

This program can't be used yet (it's missing the encrpyting part) but can be tested. There are different methods to test it:

  • To compile it the same git repo you downloaded just run make;
  • To compile it and install it in $PATH run make stow, and to uninstall it run make unstow;
  • Finally if you don't want to mess around with your system (or just like docker) run make docker.

To clean everything up run make clean.

About

An attempt at creating a secure password manager for personal use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published