diff --git a/src/de/memtext/util/CryptUtils.java b/src/de/memtext/util/CryptUtils.java index 68ae405..bf9fc3c 100644 --- a/src/de/memtext/util/CryptUtils.java +++ b/src/de/memtext/util/CryptUtils.java @@ -231,8 +231,7 @@ public class CryptUtils { private static void initDesCipher() throws NoSuchAlgorithmException, NoSuchPaddingException { - java.security.Security - .addProvider(new com.sun.crypto.provider.SunJCE()); + //java.security.Security.addProvider(new com.sun.crypto.provider.SunJCE()); desCipher = Cipher.getInstance("DES"); }