Giter Site home page Giter Site logo

0x4f53 / wristkey Goto Github PK

View Code? Open in Web Editor NEW
125.0 8.0 8.0 374.93 MB

A free and open-source 2FA app for smartwatches.

Home Page: https://play.google.com/store/apps/details?id=zeroxfourf.wristkey

License: MIT License

Kotlin 96.88% Shell 0.20% Python 2.92%
wear-os wearables 2fa watch bitwarden android-wear authenticator smartwatch security kotlin

wristkey's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wristkey's Issues

[FEATURE] Allow removing or sorting existing codes

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

[BUG]

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Watch:

  • Watch Name and model number: [e.g. LG G Watch W100]
  • OS: [e.g. Wear OS 2.2]
  • Wristkey version [e.g. v1.1]

Smartphone (if applicable):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]

Additional context
Add any other context about the problem here.

How to install?

Sorry to ask this stupid question, but I'm new to Wear OS. First I'm really happy to find a open source app for Wear OS. This seems to be not the standard for this OS. On Android, I can use F-droid but I haven't found as of yet such an store for Wear OS.

How can I install your app on the watch? I have tried to install the apk on the phone, in hope this transferred it to the watch, but this doesn't work.

[BUG] The app doesn't open when lock by pattern is set on the watch

Describe the bug
The app doesn't open when lock by pattern is set on the watch.

Wear OS

To Reproduce
Steps to reproduce the behavior:

  1. I have enabled Pattern unlock in the device settings.
  2. I try to open Wristkey, and it asks me for my pattern.
  3. I enter it, and the app closes and I am left on the Wear OS menu to select apps.

Expected behavior
The app should open when I enter my pattern.

Screenshots
N/A

Watch:

  • Watch Name and model number: Mobvoi TicWatch E D15J
  • OS: 2.31
  • Wristkey version 1.3.1

Home app 2.51.0...
Google Play Services 21.33.14
Android 8.0.0
Android security patch August 1st 2018

Smartphone (if applicable):

  • Device: iPhone 6S Plus
  • OS: iOS14.8

Thanks!

[QUESTION] importing

How to currently import a file? I am using the adb method, but on WearOS 3 (therefore no FilePicker).
For some reason the wifi is not recognized by this app, even though it works for adb.
Also, to make this work the app must be debuggable, is there any known way to overcome that?

[BUG] Impossible to actually import codes

Describe the bug
It's less a bug and more of a design flaw. The directory the app looks for backups in is not actually accessible to the user.

To Reproduce
Steps to reproduce the behavior:

  1. Attempt to push the vault export via adb
  2. Permission denied

Expected behavior
I expect the app to use a location that the user actually has permissions to, such as a folder under /sdcard

Screenshots
Screenshot_20230507_103926_wristkey
Screenshot - 2023-05-07 10-10

Watch:

  • Watch Name and model number: Galaxy Watch 4
  • OS: WearOS 3.5
  • Wristkey version 2.2

Smartphone (if applicable):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]

Additional context
There is currently no workaround it seems so this app is unusable on WearOS as it stands as WearOS lacks the Storage Access Framework, so even sideloading an app such as Solid Explorer will not allow you to pick a file.

[BUG] Unable to import google authenticator QR code

Describe the bug
I've uploaded a JPG with google authenticator export qr code to my watch as per instructions. When trying to open in the app, I get the following error popup: "Couldn't access storage: Please raise an issue on Github..."

Camera and Files and Media permissions are enabled for the app.

Watch:

  • Galaxy Watch 4
  • Wear OS 3.5
  • Wristkey github master version

To-do List

To-do List

Next update

  • Fix slow load times on older devices (LG G Watch W100)
  • Fix bug where items appear twice (duplicate entries during imports)
  • Use single line JSONArray as value in EncryptedSharedPrefs file (as opposed to one entry per key)
  • Add drag and reposition support (and save array repositioning to EncryptedSharedPrefs)
  • Fix thread bug when app is sent into background
  • Add HTTP server + PIN support to watch to receive from phone to watch (with QR code support for easy transfer, refer to #4 and #16)
  • Add 3 categories in add menu (File import, Camera and Wireless), and add import services screen to next screen (preferably as a grid)
  • Add cards with flippable card support.

Future

  • Combine Student ID functionality and allow adding QR code and barcode passes (add support to scan images of passes/generate data from Google Wallet pass file). Save data by scanning barcode / qr code and combine with name of document

Sample data file:

{
    "2fa" : [
             "otpauth://<rest>",
             "otpauth://<rest>",
          ],
    "passes" : [
              {
                  "name" : "BlackHat",
                  "type" : "code128",
                  "data" : ""
              },
          ],
}

[BUG] Force Close on start v3.0

App is force closing on start, both on
Wear OS 3.5 (ticwatch pro 3 ultra) and Android 14(oneplus 7T, LineageOS)
Wristkey 3.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.