/sequelizejs-field-encryption-sample

Sample app showing how to automatically encrypt a field in database using sequelizejs

Primary LanguageJavaScriptMIT LicenseMIT

sequelizejs-field-encryption-sample

Sample app showing how to automatically encrypt a field in database using sequelizejs

To Migrate: npx sequelize-cli db:migrate

To Undo last migration file: npx sequelize-cli db:migrate:undo

To run node index.js

Warning: do not use the key as specifed in encryption-helper.js, read from config or enviroment