/arduinosafe

A password safe running on the Arduino Leonardo

GNU General Public License v3.0GPL-3.0

arduinosafe

As a user of the world wide web, we should use strong passwords consisting of special chars, numbers and lower & uppercase letters. But who can remember´those strong passwords? Nobody ##Safe Solution Imagine you want to check your emails in an internet cafe. You don't trust the Computer, so opening a software-password-safe like Keepass is risky. This device stores all your passwords encrypted by a strong algorithm (AES).

Pulling branch draft from Github

git pull
git checkout -b draft origin/draft

You are now in your local branch "draft", can make changes and commit. Then push your changes with:

git push