-
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
Feature: manage secrets for ai configuration #80
Conversation
7a234b6
to
308b9aa
Compare
SecretKeySpec secretKeySpec = new SecretKeySpec(keyBytes, "AES"); | ||
|
||
// Encrypt. | ||
Cipher cipher = Cipher.getInstance("AES/CBC/PKCS5Padding"); |
Check failure
Code scanning / SonarCloud
Encryption algorithms should be used with secure mode and padding scheme
SecretKeySpec secretKeySpec = new SecretKeySpec(keyBytes, "AES"); | ||
|
||
// Decrypt. | ||
Cipher cipherDecrypt = Cipher.getInstance("AES/CBC/PKCS5Padding"); |
Check failure
Code scanning / SonarCloud
Encryption algorithms should be used with secure mode and padding scheme
39666cd
to
842ef3b
Compare
842ef3b
to
80ddd47
Compare
80ddd47
to
2911166
Compare
2911166
to
5132f90
Compare
5132f90
to
eaab3f0
Compare
: Project Dependency Updates (report to plain text file)The following dependencies are using the latest milestone version:
The following dependencies have later milestone versions:
Gradle release-candidate updates:
|
Pit Test Coverage ReportProject Summary
|
|
No description provided.