-
Notifications
You must be signed in to change notification settings - Fork 2
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
Dev/auth/UI #70
Dev/auth/UI #70
Conversation
Sunrise Coverage Report
|
} | ||
|
||
public String encode(String string) throws Exception { | ||
Cipher cipher = Cipher.getInstance("AES"); |
Check failure
Code scanning / SonarCloud
Encryption algorithms should be used with secure mode and padding scheme High
} | ||
|
||
public String decode(String string) throws Exception { | ||
Cipher cipher = Cipher.getInstance("AES"); |
Check failure
Code scanning / SonarCloud
Encryption algorithms should be used with secure mode and padding scheme High
src/main/resources/application.yml
Outdated
host: smtp.gmail.com | ||
port: 587 | ||
username: tranquangg.1108@gmail.com | ||
password: qsnt yxbi yjud fcpf |
Check failure
Code scanning / SonarCloud
Credentials should not be hard-coded High
|
change password by email when forgotting password