hwsecurity
hwsecurity copied to clipboard
Hardware Security SDK - open source version (GPLv3). Full version can be found on https://hwsecurity.dev.
### Error **One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts.** registerReceiver functions needs to be updated for Android 14. [Solution](https://stackoverflow.com/questions/77235063/one-of-receiver-exported-or-receiver-not-exported-should-be-specified-when-a-rec)
This adds the ability for Android apps (not web pages) to use the hwsecurity library to: - register credentials with the FIDO2 hmac-secret extension enabled - pass salts in to...
Hello, we're seeing a bunch of issues with approximately the same stacktrace on nextcloud/android: ``` java.lang.RuntimeException: Unable to pause activity {com.nextcloud.android.beta/com.owncloud.android.ui.activity.FileDisplayActivity}: java.lang.IllegalArgumentException: Receiver not registered: de.cotech.hw.internal.transport.usb.UsbConnectionDispatcher$1@a17fb6c .... Caused by: java.lang.IllegalArgumentException:...
Hello, I'm planing on using this library and wanted to test it using https://github.com/cotechde/fido-browser. Using my security key using NFC works find, however when connecting via USB first Android asks...
Hi, thanks for your great work. As discussed on https://help.nextcloud.com/t/nextcloud-android-client-3-8-0-rc1-is-out/58670/12. would it be possible to add translation files in any form to your code in order to give users a...