Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulgreg/digispark-upb
A digispark key acting as a keyboard to log into websites
https://github.com/paulgreg/digispark-upb
arduino digispark password-manager usb
Last synced: about 2 months ago
JSON representation
A digispark key acting as a keyboard to log into websites
- Host: GitHub
- URL: https://github.com/paulgreg/digispark-upb
- Owner: paulgreg
- License: gpl-3.0
- Created: 2019-08-09T18:00:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-13T10:10:52.000Z (6 months ago)
- Last Synced: 2024-07-13T11:26:51.582Z (6 months ago)
- Topics: arduino, digispark, password-manager, usb
- Language: C++
- Homepage: https://hackaday.io/project/167041-grandma-password-manager-helper
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Digispark-usb
That program should be flashed on a digispark.
It uses [UniquePasswordBuilder](https://paulgreg.me/UniquePasswordBuilder/#pwa), which Firefox extension should be installed on your browser.
Project is described here : https://hackaday.io/project/167041-grandma-password-manager-helper
When tapping the button, UniquePasswordBuilder is opened by shortcut, then master password is entered, validated and computed password is pasted on current field.It helps using a password manager.
Beware : while it helps to use a unique and strong password for each site, that tool make it very easy to steal your master password.
Before compiling, copy `password.h.dist` into `password.h` and change the typed password inside.
# Links
* [hackaday page](https://hackaday.io/project/167041-grandma-password-manager-helper)
* [Digispark tutorials/connecting](https://digistump.com/wiki/digispark/tutorials/connecting)
* [Digispark tutorials/basics](https://digistump.com/wiki/digispark/tutorials/basics)
* [How to connect a button](https://digistump.com/board/index.php?topic=1145.0)
* [Digispark ATtiny85 – Cheap “USB Rubber Ducky”](https://0xdeadcode.se/archives/581)
* [DigiKeyboard.h](https://github.com/digistump/DigisparkArduinoIntegration/blob/master/libraries/DigisparkKeyboard/DigiKeyboard.h)