sops
sops copied to clipboard
"#" in value of key is treated like a comment in ini file after decrypting
I have a key pair:
secret = here#there
after encrypting, and then decrypting:
secret = here
;there
How do I keep hashes and other special characters in the value. This does not happen in json. I have sops 3.7.3.