Mikołaj Jarmuła

Results 7 comments of Mikołaj Jarmuła

There is already pull request for that https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/1506

I met the same error with my Motorola Edge 50 Pro. We see in Sentry that some clients of our application have similar issues. I can reproduce situation of "read"...

The device was Motorola Edge 50 Pro (Android 16). Yes, the exception comes from `cipher.doFinal` in mentioned function

By debugging your example app i found a core problem. Some of devices declare that they implement strongbox feature, but actually it doesn't mean that they can write/read data with...

I made a fork with a fix to selfcheck writing data and fallbacking to strongbox: false. Self check to work needs androidAuthenticationValidityDuration to set https://github.com/authpass/biometric_storage/compare/main...HiddeRpl:biometric_storage:main

Disabling the Strongbox is the easiest solution, but we didn't want to abandon strongbox for users who can perform at better security level.