OneKey Android & python version
https://play.google.com/store/apps/details?id=com.yhsif.onepwd
- Kotlin 89%
- Starlark 7.8%
- Python 2.6%
- Shell 0.6%
| assets | ||
| py | ||
| res | ||
| src/com/yhsif/onepwd | ||
| tests | ||
| tools | ||
| .bazelrc | ||
| .bazelversion | ||
| .editorconfig | ||
| .gitignore | ||
| AndroidManifest.xml | ||
| BUILD.bazel | ||
| bundle_config.pb.json | ||
| LICENSE | ||
| maven_install.json | ||
| MODULE.bazel | ||
| MODULE.bazel.lock | ||
| Privacy.md | ||
| README.md | ||
| WORKSPACE.bzlmod | ||
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.
Google Play and the Google Play logo are trademarks of Google LLC.
