You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found bug in NyStorage:
Sometime on old phones have an error
NyStorage.read at line 200 within nylo_support
PlatformException(Exception encountered, read, javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT
at com.android.org.conscrypt.NativeCrypto.EVP_CipherFinal_ex(Native Method)
at com.android.org.conscrypt.OpenSSLCipher$EVP_CIPHER.doFinalInternal(OpenSSLCipher.java:596)
at com.android.org.conscrypt.OpenSSLCipher.engineDoFinal(OpenSSLCipher.java:363)
I think better choice use try-catch in the core: in String? data = await StorageManager.storage.read(key: key);
Will wait new update
The text was updated successfully, but these errors were encountered:
I found bug in NyStorage:
Sometime on old phones have an error
I think better choice use try-catch in the core: in String? data = await StorageManager.storage.read(key: key);
Will wait new update
The text was updated successfully, but these errors were encountered: