bouncy_castle_security 0.0.4
bouncy_castle_security: ^0.0.4 copied to clipboard
A robust encryption and decryption utility implementing AES, SHA-1, and MD5 algorithms using Bouncy Castle for secure data handling and password generation.
CHANGELOG #
0.0.1 Initial Release - 2025-02-07 #
Added #
- Encrypt/Decrypt: Support for data encryption and decryption with a password.
- Create Password: Generate a password using a master key, index, and order.
- Generate Index: Functionality to create an integer index.
- SHA1 Hash: Generate SHA1 hash for given data.
- MD5 Encryption: Encrypt data using MD5.