secret_key_scrypt_generator 1.0.5 copy "secret_key_scrypt_generator: ^1.0.5" to clipboard
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
3
likes
150
points
36
downloads

Publisher

verified publisheranonimeact.com

Weekly Downloads

A Dart CLI to obfuscate a secret key and generate a Dart file that can safely reconstruct it at runtime.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, encrypt

More

Packages that depend on secret_key_scrypt_generator