secure-env icon indicating copy to clipboard operation
secure-env copied to clipboard

Env encryption tool that will help you prevent attacks from npm-malicious-packages.

Results 18 secure-env issues
Sort by recently updated
recently updated
newest added

This pull request adds typing to `secure-env` as requested in #23\ I added a small test, resolved some errors and updated the documentation.\ I changed some property names to make...

![ea](https://user-images.githubusercontent.com/44702870/177617025-cb3089dd-ebd4-4293-8d94-aa8e2b5087dd.PNG) why if add console.log(global.env.token) console show me my token not encrypted this is big security Probleme

Bumps [minimist](https://github.com/substack/minimist) from 1.2.3 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...

dependencies

The problem here is that the previous output appended log information to STDOUT ```bash Secure-env : INFO SENTRY_DSN=something BING_SUBSCRIPTION_KEY=something_else ``` This has now become an invalid `.env` file. This made...

Allows the Cli to specify which file to decrypt

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I can't decryption by specific file with cli. I was try `npx secure-env myEnvironment.enc -s mySecretPassword -d` found error "ERROR OCCURED .env.enc does not exist" Closes #12 #18 #19

bug

# Content When I decrypt an encrypted file using command line ``` npx secure-env -d -o config/credentials/development.env.enc -s development_key ``` I encountered the following error. ``` Secure-env : ERROR OCCURED...