OneKey
An Android app and Python companion script to calculate unique passwords for different sites/apps. Compatible with and inspired by Chrome extension 123 Password
Building
Bazel
The building system used is Bazel.
Please install Bazel,
then run bazel build :app
to build the apk.
The Bazel rules depends on the ANDROID_HOME
environment variable.
Run tools/release.sh
to sign the apk with a release key.
More details.
To run unit tests, run bazel test ...
.
License
BSD 3-Clause, refer to LICENSE file for more details.