UNPKG

mcms-node-framework

Version:

the mcms-node framwork

19 lines (18 loc) 368 B
{ "default" : "bcrypt", "mcrypt" : { "secret" : "myBigAssSecretKe", "driver" : "mcrypt", "cipher" : "rijndael-256" }, "bcrypt" : { "secret" : "YourSecretKey!!!", "driver" : "bcrypt", "salt" : 10 }, "crypto" : { "secret" : "myBigAssSecretKe", "driver" : "mcms-crypto", "algorithm" : "aes-256-ecb" } }