Releases: RomanTsisyk/CryptoKit
Releases · RomanTsisyk/CryptoKit
1.0.0: add docs (#8)
v1.0.0 Release
This is the first official release of the CryptoLib library. It provides a variety of cryptographic utilities for secure data management, including encryption, decryption, and key management. This release includes both the debug and release .aar
files for integration into your Android projects.
Features:
- AES Encryption/Decryption
- RSA Encryption/Decryption
- Digital Signature
- Key Management (Creation, Rotation)
- Biometric Authentication
Release Notes:
- Initial release.
- Includes necessary libraries for cryptographic operations.
- Suitable for Android apps that require secure data management.
Included files:
cryptolib-release.aar
: Production-ready.aar
for use in your app.cryptolib-debug.aar
: Debug build.aar
for testing and development.