Securely encrypt any file (AES-256-CBC via WebCrypto) and export an encrypted file Generate and securely copy your Base64-encoded key and IV Decrypt previously encrypted files locally with the correct ...
git-crypt enables transparent encryption and decryption of files in a git repository. Files which you choose to protect are encrypted when committed, and decrypted when checked out. git-crypt lets you ...