Class ChaCha20

java.lang.Object
org.miaixz.bus.crypto.builtin.symmetric.Crypto
org.miaixz.bus.crypto.center.ChaCha20
All Implemented Interfaces:
Serializable, Decryptor, Encryptor

public class ChaCha20 extends Crypto
ChaCha20算法实现 ChaCha系列流密码,作为salsa密码的改良版,具有更强的抵抗密码分析攻击的特性,“20”表示该算法有20轮的加密计算。
Since:
Java 17+
Author:
Kimi Liu
See Also: