-
First of all, thank you for creating this tool! I considered using [zint](https://zint.org.uk/manual/chapter/1), but am no expert on QR codes and don't want to become one for this use case. I'm quite …
-
![image](https://github.com/user-attachments/assets/5d68414d-cebe-4cc2-8f93-e6d681452874)
We might consider using secure method to store passwords in the config file, and it would be helpful to inclu…
-
It should be possible to e2e encrypt messages, like this:
```
NTFY_PASSWORD=... ntfy publish --encrypt mytopic my encrypted message
```
Or this
```
echo my encrypted message | | curl -T- -H…
-
While not directly applicable to SSH or the ssh-agent protocol (without an extension definition to the protocol that does not yet(?) exist), I really like the properties of Secretive and consider it t…
-
[YubiKeys with firmware 5.7.0 and above have support for X25519](https://github.com/Yubico/yubico-piv-tool/blob/master/debian/changelog) (thanks https://github.com/smlx/piv-agent/issues/134 for making…
str4d updated
1 month ago
-
## Description
I am currently working with the `terraform-aws-cloudfront` module and encountered an issue while updating the CloudFront distribution with a response headers policy. Here’s the exact w…
-
Hi,
I deployed an MinIO instance via EGI for testing SSE-C and I get the following error
```
mc: unable to upload. Requests specifying Server Side Encryption with Customer provided keys must b…
-
Would be superb to integrate SOPS ( simple, standalone, lightweight secret management )
- SOPS supports AGE encryption ( https://github.com/mozilla/sops#encrypting-using-age ), which is much easier…
-
**Is your feature request related to a problem? Please describe.**
We need an easy way to encrypt secrets like passwords and other sensitive data in Pillar files. Current recommended way is to use GP…
-
using sops 3.8.1
My `.sops.yaml`
I am able to encrypt and decrypt SOPS secrets using this configuration:
```
creation_rules:
- path_regex: \.yaml$
key_groups:
- kms:
- arn: 'arn:'
…