AES - Store and transfer data with this advanced encryption algorithm (node.js)

preview_player
Показать описание
Welcome to @queiroz-rafael!

Though a simple example we are going to build the whole workflow, from the definition of the key and the initialization vector to encryption of messages and then to decrepitation.

Do you want to support this channel? Just subscribe.
Рекомендации по теме
Комментарии
Автор

If you have any doubt where to store the generated keys, the answer is that it may vary accordingly with your scenario. For instance, in case you have a key per user, you may store that with the user record, that could be in some database table or user LDAP (Activy Directory) field.

queiroz-rafael