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.
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.