najot_coding 1.0.2
najot_coding: ^1.0.2 copied to clipboard
A Dart package for encryption and decryption using AES with customizable key and IV management.
Najot Coding #
A Dart package for encryption and decryption using AES with customizable key and IV management.
Features #
- AES encryption and decryption
- Support for 128, 192, and 256-bit keys
- Customizable initialization vector (IV)
- Simple API for easy integration
Installation #
Add najot_coding as a dependency in your pubspec.yaml file:
dependencies:
najot_coding: ^1.0.0