Mitro saves all your passwords, synchronizes them across all your devices, and lets you share them with others. It has extensions for Chrome, Firefox, and Safari, mobile apps for iOS and Android, and a server to perform the synchronization.
If you are a user, install it from the Mitro web site. If you have any questions, you can ask on the mitro-dev@googlegroups.com mailing list, or send @MitroCo a tweet.
browser-ext/README
, mitro-core/README
) [node, npm, homebrew, java, ant]git clone https://github.com/mitro-co/mitro
Install browser extension dependencies:
cd mitro
cd browser-ext/api
./build.sh
cd -
Run the regression tests to ensure your source tree works:
cd browser-ext/api/js/cli
./runtests.sh FAST && echo "SUCCESS"
Build the browser extension:
cd -
cd browser-ext/login
make release
make firefox
and to build Safari use make safari
.The extensions will be in the browser-ext/login/build
directory.
To send device verification emails, we use emailer/emailer2.py
. Requirements: Postgres with the development libraries (Mac OS X: brew install postgresql
). This script polls a table in the Postgres database to send email.
cd emailer
./build.sh
to set up Python virtualenv with dependenciesbuild/venv/bin/python emailer2.py --enable_email --mandrill_api_key=api_key