Botan #1736
Botan
#1736
-
Hey there! Was wondering whether it is possible to use botan for encryption? Grateful for any answers! |
Beta Was this translation helpful? Give feedback.
Answered by
felixfontein
Jan 22, 2025
Replies: 1 comment 3 replies
-
Botan is a C++ encryption library. This is a Golang project. Why do you want to be able to use Botan with SOPS? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SOPS already uses AES-256. SOPS does not directly use public key cryptography (which Kyber is part of), it delegates that to keystores such as PGP/GPG, Age, etc. If they support Kyber, you can use Kyber with SOPS. If they don't, you can't.