Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 220 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 220 Bytes

SM4-block-encryption

This project used Java to implement 5 working mode(ECB, CBC, CTR, OFB, CFB) of SM4 cryptographic algorithm.
Java语言实现国产SM4算法ECB,CBC,CTR,OFB,CFB五种分组加解密模式