Deprecated API
Contents
-
Deprecated Enum ConstantsEnum ConstantDescriptionMD5 is cryptographically broken and should not be used for security purposes. Use SHA-256 or SHA3-256 instead.SHA-1 is cryptographically weak and should not be used for security purposes. Use SHA-256 or SHA3-256 instead.ECB mode is insecure as it does not hide data patterns. Identical plaintext blocks produce identical ciphertext blocks. Use GCM (recommended), CBC, or CTR mode instead.