secure_dotenv_generator 1.0.1 copy "secure_dotenv_generator: ^1.0.1" to clipboard
secure_dotenv_generator: ^1.0.1 copied to clipboard

Code generator for secure_dotenv

1.0.1 #

  • fix: multi environment apps Previously the key generated for each environment was overriden by the next one. Now the key is generated and persisted accross environments.

1.0.0 #

  • Updated to pointycastle

0.2.1 #

  • fix: iv encryption fixed

0.2.0 #

  • fix: users can now provide a IV for encryption, also an output file name can be provided to store the encryption key and iv automatically.

0.1.1 #

  • fix: empty string in .env file crashes gen. Now treated as null.

0.1.0 #

  • Initial release