sops icon indicating copy to clipboard operation
sops copied to clipboard

"#" in value of key is treated like a comment in ini file after decrypting

Open zenoweed opened this issue 5 months ago • 4 comments

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.

zenoweed avatar Sep 06 '24 08:09 zenoweed