This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
# masterpassword-chrome | ||
Master Password implemented as a Chrome extension | ||
|
||
Only the most basic features implemented as of now. | ||
The site settings will sync between your chrome installations if you have chrome sync enabled. | ||
|
||
based on tmthrgd's [mpw library](https://github.com/tmthrgd/mpw-js) | ||
|
||
## About Master Password | ||
The Master Password algorithm was made up by Maarten Billemont and is documented on his website http://www.masterpasswordapp.com. This is an unofficial implementation of his algorithm. I am in no way affiliated with aforementioned website. | ||
|
||
##Planed | ||
* save site settings | ||
* multiple users pr site | ||
* sync ? |