An Easy-To-Make Pi-Powered Pocket Password Pal
Sometimes, we see a project where itās clear ā its creator seriously wants to make a project idea accessible to newcomers; and todayās project is one of these cases. The BYOPM ā Bring Your Own Password Manager, a project by [novamostra] ā is a Pi Zero-powered device to carry your passwords around in. This project takes the now well-explored USB gadget feature of the Pi Zero, integrates it into a Bitwarden-backed password management toolkit to make a local-network-connected password storage, and makes a tutorial simple enough that anybody can follow it to build their own. For the physical part, assembly instructions are short and sweet ā you only need to solder a single button to fulfill the hardware requirements, and thereās a thin 3D-printable case if youād like to make the Pi Zero way more pocket-friendly, too! For the software part, the instructions walk you step-by-step through setting up an SD card with a Raspbian image, then installing all the tools and configuring a system wi...