mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-14 05:43:51 +00:00
(improvement)(headless) Encrypt database password (#1553)
* (improvement)(headless) Encrypt database password --------- Co-authored-by: lxwcodemonkey
This commit is contained in:
@@ -73,7 +73,6 @@ public class AESEncryptionUtil {
|
||||
|
||||
return new String(decryptedBytes, ENCODE);
|
||||
} catch (Exception e) {
|
||||
log.warn("encryptStr decrypt failed:{}", encryptStr);
|
||||
return encryptStr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user