strongbox icon indicating copy to clipboard operation
strongbox copied to clipboard

Encryption for Git users

Results 5 strongbox issues
Sort by recently updated
recently updated
newest added

I'm quite pedantic when it comes to file organisation so I'd prefer to configure the file name of the config file itself. Any pointers or improvements are welcome! I've added...

Thanks for a great project. I’m considering using it to protect a file that is needed by github action. Is that a tested / supported scenario? thx in advance

Before upgrade: ``` $ strongbox -version version=1.0.0 commit=f76b1068f3c2c5a58a791015ae8f271675b83f06 date=2021-11-18T17:08:30Z builtBy=goreleaser ``` After upgrade: ``` $ strongbox -version version=dev commit=none date=unknown builtBy=unknown ```

``` balupton@balupton-windows:~/.local/share/dorothy$ ~/.local/bin/strongbox -git-config strongbox: 2023/10/26 15:37:10 strongbox.go:205: balupton@balupton-windows:~/.local/share/dorothy$ ~/.local/bin/strongbox --version version=1.1.0 commit=769068ae39b569231ee32fdfbb4ce8abc08c59f8 date=2023-01-03T13:05:25Z builtBy=goreleaser balupton@balupton-windows:~/.local/share/dorothy$ uname -a Linux balupton-windows 5.15.90.1-microsoft-standard-WSL2 #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64...

Allow Strongbox to use age https://github.com/FiloSottile/age primitives for encrypting files. This allows users to use `.strongbox_recipient` files in the Git repository for encryption and `~/.strongbox_identity` to store identities for decryption....