generalpiston / typeorm-encrypted

Encrypted field for typeorm.
MIT License
74 stars 19 forks source link

Decompose autoencrypt and autodecrypt #8

Closed generalpiston closed 4 years ago

generalpiston commented 6 years ago

Currently, using the AutoEncryptSubscriber automatically encrypts and decrypts fields. It would be nice to decompose these 2 and make encryption/decryption configurable.

generalpiston commented 4 years ago

Less necessary with Transformers in #14 .