Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Blowfish (1.06 sec)

  1. src/main/java/org/codelibs/core/crypto/CachedCipher.java

        }
    
        private static final String BLOWFISH = "Blowfish";
    
        private static final String AES = "AES";
    
        /**
         * The algorithm to use for the cipher.
         * Default is Blowfish for backward compatibility.
         */
        protected String algorithm = BLOWFISH;
    
        /**
         * The transformation to use for the cipher when using Key objects.
         * Default is Blowfish to match the algorithm default.
         * <p>
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Nov 22 11:21:59 UTC 2025
    - 15.9K bytes
    - Viewed (0)
Back to top