我要评分
获取效率
正确性
完整性
易理解

Introduction

Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level. Developers can use it to implement high performance AES encryption and decryption with the minimum code and effort.

For more information about Apache Commons Crypto, visit the official website.

Type: encryption