Encrypt organizations secrets
I need to store in my database the secret key for each organization, but I need to encrypt it.
I was thinking of using Cryptr (npm), but reading the Convex documentation, I see that not all npm packages are accepted by convex.
Any recommendations would be greatly appreciated.
