secret_key_scrypt_generator 1.0.5
secret_key_scrypt_generator: ^1.0.5 copied to clipboard
A Dart CLI to obfuscate a secret key and generate a Dart file that can safely reconstruct it at runtime.
0.0.1 #
- Initial version.
- Main feature: Generate obfuscate function, encrypt file, and decrypt file
1.0.0 #
- Update README.md
1.0.2 #
- Optimize Obfuscator class
1.0.3 #
- Auto trim password to 32 char length if key ore than 32 char
- Add note single quote usage in README.md
1.0.4 #
- Add help flag options
- Add option AESmode for encryption commands
1.0.5 #
- Update documentations and README.md