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 created two secure_variable by sticking both the secret and the salt from step 2 into the appveyor encryption utility .
I placed both the encrypted values in appveyor.yml and pushed it to github.
That's when I get the following error - WARNING: You are using a hard-coded salt value! Please re-encrypt your data so a randomized salt can be generated (which you will also need to store). Encountered a cryptographic error while processing the file. Command exited with code 2
Can you please help pointing out what I might be doing wrong here?
The text was updated successfully, but these errors were encountered:
I used the documentation to encrypt a file using secure-file utility. These were the steps I took :
That's when I get the following error -
WARNING: You are using a hard-coded salt value! Please re-encrypt your data so a randomized salt can be generated (which you will also need to store). Encountered a cryptographic error while processing the file. Command exited with code 2
Can you please help pointing out what I might be doing wrong here?
The text was updated successfully, but these errors were encountered: