Class DES

java.lang.Object
org.aoju.bus.crypto.symmetric.Crypto
org.aoju.bus.crypto.symmetric.DES
All Implemented Interfaces:
Serializable, Decryptor, Encryptor

public class DES extends Crypto
DES加密算法实现 DES全称为Data Encryption Standard,即数据加密标准,是一种使用密钥加密的块算法 Java中默认实现为:DES/CBC/PKCS5Padding
Since:
Java 17+
Author:
Kimi Liu
See Also: