DotFuckScator is a reversing engineering tool used to remove string encryptionfrom dotfuscator protected files If the original file was strong name signed DotFuckScator will create a new keypair and re-sign the file with this pair, be carefull since
放到$JAVA_HOME/jre/lib/ext下 解决:javax.net.ssl.SSLException: java.lang.RuntimeException: Could not generate DH keypair java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)
解决 java.lang.RuntimeException: Could not generate DH keypair异常处理。
bcprov-ext-jdk15on-1.60、bcprov-jdk15on-1.60两个包放到jre下的$JAVA_HOME/jre/lib/ext的路径下,然后配置$JAVA_HOME/jre/lib/security/java.security,找到security.provider.9,然后在这句话下面加上:security.provider.10=org