-
Notifications
You must be signed in to change notification settings - Fork 6
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
Feature/userupload #11
base: develop
Are you sure you want to change the base?
Conversation
…-sdk-backend into feature/userupload
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
...tifyme-sdk-backend-ws/src/main/java/ch/ubique/notifyme/sdk/backend/ws/util/CryptoUtilV3.java
Show resolved
Hide resolved
|
||
public byte[] encryptAssociatedData( | ||
byte[] secretKey, | ||
String message, |
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.
we should remove the message from the encryptedAssociatedData as it is not needed and would be better off in CountryData. @wouterl do you see a reason why this is not a good idea?
No description provided.