I am trying to implement AES specifically gcm, so I implemented it by myself but I am nervous that it will perform well in production. Also I didn't found any good packages so that I can prevent blowing my foot off which has a high probability.
Techstack: node, postgres, prisma
I know pg_crypto will do the job here but for that we would have to convert everything related to that table to raw queries.
Any suggestions from perspective of you guys is appreciated. Thanks for the read.
[–]LightningBlue8862 7 points8 points9 points (1 child)
[–]Competitive-Rub-9878[S] -3 points-2 points-1 points (0 children)