Skip to content
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

fix: Use different IVs to decrypt the apkam keys #1462

Open
wants to merge 3 commits into
base: trunk
Choose a base branch
from

Conversation

sitaram-kalluri
Copy link
Member

- What I did

  • Uptake the changes to use different IVs to encrypt the apkam encryption private key and self encryption key.

  • In the at_auth_service_impl.dart, use the respective ivs to decrypt the encryption private key and self encryption key.

  • Modify the existing unit test to assert the changes.

    • The existing unit test have hard coded keys. Modify the code to generate the keys.
  • Use dependency_overrides to ping the latest version of meta package.

    • at_commons latest version have meta package upgraded to 1.16.0, but the flutter SDK has meta version pinned to 1.15.0 because of which the compilation error occurs. Hence, in the dependency_overrides section, set the meta version to 1.16.0

- How to verify it

  • All the unit tests should pass.

- Description for the changelog

  • fix: Use different IVs to decrypt the apkam keys

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants