mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-16 20:42:14 +01:00
Merge branch 'develop' of github.com:scm-manager/scm-manager into develop
This commit is contained in:
@@ -141,6 +141,8 @@ public class RepositoryImportExportEncryption {
|
||||
return cipher;
|
||||
}
|
||||
|
||||
@SuppressWarnings("java:S5542")
|
||||
// We decided to use this padding theme because it still seems to be the default standard for open ssl
|
||||
private Cipher getCipher() {
|
||||
try {
|
||||
return Cipher.getInstance("AES/CBC/PKCS5Padding");
|
||||
|
||||
Reference in New Issue
Block a user