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

ES-628 #32

Merged
merged 2 commits into from
Jan 25, 2024
Merged

ES-628 #32

merged 2 commits into from
Jan 25, 2024

Conversation

ase-101
Copy link
Contributor

@ase-101 ase-101 commented Jan 24, 2024

No description provided.

Signed-off-by: ase-101 <[email protected]>
} catch (Exception e) {
log.error("Error getting secret key", e);
KeyGenerator keyGenerator = KeyGenerator.getInstance("AES");
keyGenerator.init(256);

Choose a reason for hiding this comment

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

please move the key size and algorithm name to configurations.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

Signed-off-by: ase-101 <[email protected]>
@ase-101 ase-101 merged commit b14727a into mosip:develop Jan 25, 2024
4 of 5 checks passed
pvsaidurga pushed a commit to pvsaidurga/esignet-signup that referenced this pull request Jan 28, 2024
* add send notification endpoint

* send sms otp with async

* ASYNC send OTP notification by SMS

* add endline in some file

* change sms content

* change to unicode

* encode UTF-8

* rollback to old message content

* change message content to utf-8

* change proprieties name

* recover test.properties file

---------

Co-authored-by: Mengleang <[email protected]>
Signed-off-by: Sreang Rathanak <[email protected]>
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