Skip to content

Support KMS encryption and decryption #39

@SamVerschueren

Description

@SamVerschueren

Support encrypting and decrypting specific fields with KMS. Not sure about the syntax though.

Maybe something like this would do

Table.insert({foo: 'bar'}, {hello: 'world', user: 'baz'}).encrypt(['hello', 'user']).exec();
Table.find({foo: 'bar'}).decrypt(['hello']).exec();

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions