-
Notifications
You must be signed in to change notification settings - Fork 0
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
Used new CryptoModule from kotlin SDK. #280
Conversation
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.
Looks good
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.
Why another such file in the project?
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.
In Cucumber test there is step:
@then("Successfully decrypt an encrypted file with legacy code")
that uses FileEncryptionUtilKT.decrypt
There are two FIleEncrytionUtil. One is .java and second .kt copied from kotlin into java project
package com.pubnub.api.crypto
@pubnub-release-bot release as v6.4.0 |
🚀 Release successfully completed 🚀 |
fix: Improve security of crypto implementation.
Improved security of crypto implementation by adding enhanced AES-CBC cryptor.
feat: Add crypto module
Add crypto module that allows configure SDK to encrypt and decrypt messages.