-
-
Notifications
You must be signed in to change notification settings - Fork 522
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getGenericPassword
failing after updating package from 8.2.0
#704
Comments
Hi! I’ll take a look at this soon. Just one quick question: is there a specific reason you’re still using FacebookConceal? It’s outdated and will be removed soon. Are other ciphers affected as well? |
@DorianMazur I found this issue whilst upgrading from I thought the issue at first was the migration to these storage types but ended up finding the issue was with the upgrading of the package. |
I can check on the other ciphers we use. Currently it is KC which is also being migrated once we can sort this upgrade issue. I haven't had a chance to test this yet but can do today |
So the other storage we used was |
@DorianMazur hey, hope you've had a wonderful new year and holidays, I was wondering if there's any progress/updates on this ? |
@Bowlerr I will be working on it this weekend. |
Title: Incompatibility Between Versions 8.2.0 and 9.2.2 with
getGenericPassword
Description:
When upgrading from
react-native-keychain
version8.2.0
to9.2.2
/9.2.1
, I encountered an error when callinggetGenericPassword
. The password was set using version8.2.0
, but when attempting to retrieve it in version9.2.2
, the following error occurs:Steps to Reproduce:
8.2.0
:9.2.2
or9.2.1
:Observed Behavior:
The
getGenericPassword
call fails with the error:Expected Behavior:
The
getGenericPassword
call should successfully retrieve the password set in version8.2.0
.Environment:
8.2.0
9.2.2
0.74.5
Additional Notes:
It seems like the encryption format or decryption logic may have changed between the two versions, resulting in backward compatibility issues. If this is expected, could you provide guidance on migrating securely without data loss?
The text was updated successfully, but these errors were encountered: