Important
This is a demo repo for purposes of the chrome extensions team to review the dotenvx chrome extension.
dotenvx-browser-extension-demo
- Browse to
.env.keys
- Copy
DOTENV_PRIVATE_KEY
value2c6cbf0c8b754d974a8001c5527fb47a38d418bd86bcb74ca40c42e650eba80a
- Visit
.env
- With the dotenvx chrome extension installed, you'll note that the
encrypted:*
values are visible different - Click
decrypt
toward the top-right corner of the file view inside GitHub. - You will be prompted to enter the
DOTENV_PRIVATE_KEY
- Paste in
2c6cbf0c8b754d974a8001c5527fb47a38d418bd86bcb74ca40c42e650eba80a
and click Save - Click
decrypt
at top-right again. - Your values will be successfully decrypted.
Do much of the same above, but enter in an invalid private decryption key like 3e0d01c979869f5fe178616d265c902cb1ac47cc85fdb9942c04b0e26cc4269d
.
Attempt to click decrypt
and you will be presented with a decryption related error.
Thank you for testing our chrome extension. 🙏