Best way to store AES keys (web api) while dealing with multi tenants (key per tenant)

I have some data to encrypt on my database and every tenant will have his own database so surely every tenant will have a different key.

I’m searching for the best way to store the key for every tenant.

Web api written usin… Continue reading Best way to store AES keys (web api) while dealing with multi tenants (key per tenant)