Skip to content

fishy/onepwd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
py
 
 
res
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.