Inspiration
To secure secrets like passwords from unauthorized users.
What it does
It's about accessing your offline vault, Here locally cached version of the vault is PenDrive to store encrypted passwords. Whenever End-User gives sensitive information, internally it encrypts and makes a comparison with existing encrypted data in DB. future, End-User can retrieve decrypted information only if the person has offline vaults(Used Pendrive).
How we built it
Used python language and SQLite database, Pendrive as vault storage
What we learned
Worked on SHA256 Hashing technique. Encryption of key using Salt.
Log in or sign up for Devpost to join the conversation.