cryptofuture / PassCard-Tizen

Tizen Password Card Generator Application

Home Page:https://passcard.hda.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PassCard-Tizen

Tizen Password Card Generator Application

You can take your password card in any place you go. Application don't need extra permissions or internet access. And it runs locally.

The idea is simple: generate a password card that has your passwords printed in the card IN PLAIN TEXT. Take card with you, and you have access to passwords for every account you have, and if an attacker get access to your card, you'll have time to change your password.

Application could be useful for old people, for people who need quite frequently change passwords. Beside that fact even printed password card glued to your monitor and shared in media, can be quite secure and will give you some time to change password in case of leak. Also you can invent you own scheme for reading letters on password card, where every letter means something else. You can check Aaron's blog post about password cards for more information.

How it works

Web page with canvas image runs in WebView. So you basically can take assets folder from project and run passwordcard.html file in any modern browser.
jsbn and jsbn2 libraries used for basic BigInteger implementation and RSA encryption. LICENSES-assets file contains assets files licensing.

It looks like

alt tag

About

Tizen Password Card Generator Application

https://passcard.hda.me/

License:GNU General Public License v3.0


Languages

Language:JavaScript 98.0%Language:HTML 2.0%