Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 266 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 266 Bytes

Password database

This project contains self implemented database for storing user data and user's passwords. Passwords are kept in a hashed format. Master password uses SHA256 algorithm, other passwords are encrypted with self-made algorithms. Console use only.