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
We will need to designate a way to manage config files and keep secret things secret. The way to do this is through encryption. In v1, we had a home grown implementation, which had some flaws. For v2, I propose we use gpg to encrypt the files. There are a few options for doing so in node, and probably any language we would want to use.
The text was updated successfully, but these errors were encountered:
We will need to designate a way to manage config files and keep secret things secret. The way to do this is through encryption. In v1, we had a home grown implementation, which had some flaws. For v2, I propose we use gpg to encrypt the files. There are a few options for doing so in node, and probably any language we would want to use.
The text was updated successfully, but these errors were encountered: