47ng / prisma-field-encryption

Transparent field-level encryption at rest for Prisma

Home Page:https://github.com/franky47/prisma-field-encryption-sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: support Bytes fields

derekwheel opened this issue · comments

Hello!
It looks like only string fields are currently supported, but Prisma also supports a Bytes type: https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#bytes
It seems natural that one would want to encrypt fields of this kind as well, are there any plans to support it?

That would seem like a good improvement indeed.

Would you like to open a PR?