Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 0
0 answers
76 views

I am trying to decrypt and import my env variables with Dotenvx. Previously we were using the traditional dotenv package which all worked. We want to switch to dotenvx for the encryption capabilities ...
Score of 1
1 answer
401 views

I am using dotenvx in my project. I also used dotenvx encrypt (documentation link) and am happy. Got a public and private secp256k1 key pair. Problem: I now want to generate a new key pair (for ...