I construct an inexpensive wireless device with an ILI9341 color touch screen to test passwords against the haveibeenpwned.com REST API using MicroPython and an ESP32.
My full write-up for this project:
https://www.rototron.info/projects/es...
My GitHub Repo for this project:
https://github.com/rdagger/micropytho...
Playlist for my prior MicroPython ESP32 tutorials:
• ESP32 MicroPython Tutorials
Computerphile - Have I Been Pwned video:
• Have You Been Pwned? - Computerphile
Mike Pound's pwned-search repo:
https://github.com/mikepound/pwned-se...
Troy Hunt's Have I been pwned site:
https://haveibeenpwned.com/
Robert HH's MicroPython FTP server:
https://github.com/robert-hh/FTP-Serv...
Chris Borrill's MicroPython Urequests fork:
https://github.com/chrisb2/micropytho...