<speaker>
Yonatan Mevorach
Wix
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<talk>
-
Mastering Cryptography with Node's crypto module
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Security,
Node.js,
JavaScript,
Fundamentals
Speaker bio
Yonatan is a Team Lead at the Frontend Infrastructure group at Wix.com, where he is able to make his love for creating developer tools a part of his daily work. He also enjoys working on open-source developer tools, and blogs about them at blog.yonatan.dev.
Excerpt
Do you know that meme of Homer Simpson hiding in the bushes? That's how I would feel when my coworkers would discuss asymmetric encryption, certificate signing, salting, and scary-sounding acronyms like PBKDF2.
After years of trying to ignore this problem, I decided to do something about it. I researched Node.js' built-in \`crypto\` module and studied what each function does, what underling security best-practice it's based on, and when to use it.
So if you're like me then step out of the bushes, and join me to learn the fundamentals of protecting information in a practical way with Node.js.