The key advantage of using git-crypt is that your protected data stays alongside the code that uses it. You don’t need to configure or manage additional infrastructure.
Crypto Tools for DevOps: Credstash
Credstash is a fantastic tool that allows sharing secrets between developers and servers or even among development teams.
End-to-End Crypto Tools
These end-to-end encryption tools help protect your data by ensuring only the parties at either end of the communication can read or use the message. They are a first step to ensuring your data and messages remain safe and secure.
Cryptography and Abstractions: Why all the JOSE hate?
JOSE is a solid standard. It’s been implemented widely and successfully by awesome protocol engineers, cryptographers, and developers.
End-to-End Crypto: Secrets
End-to-end encryption is for more than just long-lived data. Sometimes the data that needs protecting is a simple, short string. Like secrets and passwords.