Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 781 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 781 Bytes

🔐 LastPass Clone

LastPass is a password manager that stores all your login credentials in a secured vault

This project has been developed as a part of CSS Assignment 1 by Manali Bagwe, Netra Ghaisas and Bhagyashree Phadnis

Features implemented

🔑 Master Password to unlock your secure password vault

🔄 Randomly generate strong passwords locally

💪 Test password strength locally

Note: Passwords are generated and tested locally with JavaScript and never sent in cleartext form to the database

Architecture

lastpass architecture

This project uses the SJCL library at https://github.com/bitwiseshiftleft/sjcl for encryption, decryption, password hashing and random number generation