You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an TSC-enabled app
I want to store the encrypted data and encrypted DEK as a single binary blob
so that data management is simpler for single field encrypted values.
This, of course, is possible today, but since the EDEK might be different lengths based on the tenant's KMS choice a custom header (file format) is needed. To make it easier to store combined data/edek, the SDK could provide utilities to make this easier and standardized.
As an TSC-enabled app
I want to store the encrypted data and encrypted DEK as a single binary blob
so that data management is simpler for single field encrypted values.
This, of course, is possible today, but since the EDEK might be different lengths based on the tenant's KMS choice a custom header (file format) is needed. To make it easier to store combined data/edek, the SDK could provide utilities to make this easier and standardized.
If this is implemented, open a ticket in https://github.com/IronCoreLabs/tenant-security-client-nodejs
The text was updated successfully, but these errors were encountered: