hawk icon indicating copy to clipboard operation
hawk copied to clipboard

✔️ Secure, simple key-value storage for Android

Results 54 hawk issues
Sort by recently updated
recently updated
newest added

Listing all the keys saved could give you a possibility to clean the DB, without clearing everything (see .clear()). For example, I need to keep some login info or app...

feature request

Please try to fill all questions below before submitting an issue. - [x] On which android versions do you have this issue? : Android 10 - [x] On which phones...

Please try to fill all questions below before submitting an issue. - [x] On which android versions do you have this issue? : android > 11 - [x] On which...

According to this issue https://github.com/orhanobut/hawk/issues/233, we are not able to be 64 bits eligible, so I update conceal to version 2.0.2 https://github.com/facebook/conceal/releases Here is the benchmark running on a `Nexus...

Please try to fill all questions below before submitting an issue. - [ ] On which android versions do you have this issue? : every version - [ ] On...

[Incremental compilation](https://docs.gradle.org/current/userguide/performance.html#incremental_compilation). Gradle recompile only the classes that were affected by a change. This feature is the default since Gradle 4.10. For an older versions, we can activate it by...

Please try to fill all questions below before submitting an issue. - [x] On which android versions do you have this issue? : Any - [x] On which phones do...

I have run into this error many times in the production, not once in development. ```java Caused by: java.lang.UnsatisfiedLinkError: Native method not found: com.facebook.crypto.cipher.NativeGCMCipher.nativeEncryptInit ``` My Proguard rules contains ```java...

bug

Hi I new in kotlin and when use Hawk.get(key), get error below: `Classifier 'Hawk' does not have a companion object, and thus must be initialized here` please help me