You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this command to decrypt. npx secure-env --decrypt .env.enc -s xsecretx > .env
The file was decrypted properly.
Then without making any changes, i encrypted it again. npx secure-env .env -s xsecretx
Now if i'm decrypting again im getting a currepted file
can you help me solve this issue
The text was updated successfully, but these errors were encountered:
I used this command to decrypt.
npx secure-env --decrypt .env.enc -s xsecretx > .env
The file was decrypted properly.
Then without making any changes, i encrypted it again.
npx secure-env .env -s xsecretx
Now if i'm decrypting again im getting a currepted file
can you help me solve this issue
The text was updated successfully, but these errors were encountered: