mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
SOPS failed to decrypt empty comments before after they were encrypted because they would look like: `#ENC[AES256_GCM,data:,iv:NVQvG25goSE7xi6U/QjRNtJBwr/VfChezSptI8GFsQk=,tag:yyYIW/hiIZ1qK1GEo8vHpA==,type:comment]` Note the empty "data" value. SOPS would fail to decrypt those and show them to the user "encrypted" when decrypting the file.