-
Notifications
You must be signed in to change notification settings - Fork 47
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
Replace crypto implementation with stronger key generation method #158
Conversation
YkSix
commented
Dec 5, 2023
- Replace weak crypto implementation
- Bump LINE SDK version to 5.10.0
Signed-off-by: EricLu <[email protected]>
Signed-off-by: EricLu <[email protected]>
Signed-off-by: EricLu <[email protected]>
…erface Signed-off-by: EricLu <[email protected]>
Signed-off-by: EricLu <[email protected]>
…d in AndroidKeyStore class for implementation reference: PayAesCipher.kt class in pay-base module in LINE App
PURPOSE_SIGN - signing or generating a MAC PURPOSE_VERIFY - signature or MAC verification
This reverts commit eb2c46e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also help to update versionCode to 5_10_00
on line 18.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM