mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-26 02:24:21 +01:00
Enable unlimited strength crypto via system Security property (#608)
This commit is contained in:
@@ -35,6 +35,8 @@ import java.security.Security;
|
||||
public class Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// enable unlimited strength crypto via Policy, supported on relevant JREs
|
||||
Security.setProperty("crypto.policy", "unlimited");
|
||||
installSecurityProviderWorkaround();
|
||||
|
||||
// Configuring the logger needs to happen before any logger is initialized
|
||||
|
||||
Reference in New Issue
Block a user