This is a follow up to my last post, about the Fingerprint Authentication framework.
This project is the chrome extension, responsible for saving and loading passwords from/to the sites you visit. This gives the framework the Password Manager functionallity, as well as some cool browsing/authentication features.
HTTPThe core logic is in the framework itself, this is just an extension, which is built on top of the protocol.
The logic is written in Javascript, the UI is built with FlatUI and I made some Icons for it.
Also there's a custom CSS file for page alerts, because including FlatUI there affects the whole page. The language files are written in separate JSON files, for simplicity under the lang/ folder.
The Extension communicates with the Native App over HTTP, 127.0.0.1:80. Because it's over localhost, I think plain HTTP is ok, but you can open an issue, if you disagree.
This project has already a lot more in it, than I planned, but there's still work to do:
a tag.I wrote a pretty good list of contributions, this project needs, but of course, any type of contribution is welcome!
For the contribution guide, read the contributing.md file on the project's github page.
But I put a short version of it here:
To contribute you can:
It's a password manager based on the Fingerprint Authentication framework.
It provides, an easy and secure way to login to websites.
Please consider contributing if you can, it would help the project to grow!
There will be one more project, the 2Fa for websites, and then I'm focusing, on optimization/bug fixing, making the UI/UX better.
Thank you for reading this post!
Native App
Phone App
Previous Post/Introduction