2 questions
Score of 0
0 answers
76 views
Using Dotenvx with Electron, Electron Forge, & Webpack
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
How to generate new private and public key pairs in dotenvx?
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 ...