I am using AES 256 to save the data in DB after encryption.
Is there a way by which I can secure the encryption key from other junior developers?
Asked
Active
Viewed 494 times
0
-
1If they should be able to encrypt or decrypt, no you can't. – Sirko Feb 06 '16 at 09:19
-
Hi @Sirko I'm using mongoose and by applying pre/post EVENT_TYPE hooks I'll be encrypting and decrypting the code. Means they will be working on the same project but on different layer. – Taha Feb 06 '16 at 10:08