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

Replace crypto implementation with stronger key generation method #158

Merged
merged 23 commits into from
Dec 6, 2023

Conversation

YkSix
Copy link
Contributor

@YkSix YkSix commented Dec 5, 2023

  1. Replace weak crypto implementation
  2. Bump LINE SDK version to 5.10.0

YkSix added 22 commits December 5, 2023 09:59
…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
Copy link
Member

@plateaukao plateaukao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@tsairene tsairene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

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.

Copy link
Member

@plateaukao plateaukao left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@plateaukao plateaukao merged commit aefcdaa into line:master Dec 6, 2023
@YkSix YkSix changed the title Replace weak crypto implementation Replace crypto implementation with stronger key generation method Dec 8, 2023
@YkSix YkSix deleted the fix_weak_crypto_impl branch May 7, 2024 01:52
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.

3 participants