NodeJS Essentials 12: Cryptography

preview_player
Показать описание
In this tutorial, you'll learn about the NodeJS crypto module and how you can use it to generate hashes and also encrypt and decrypt data. Channel Handle @codebubb
Рекомендации по теме
Комментарии
Автор

hey can u make a video about encrypting/decrypting a file using rsa algorithm that we're gonna send

rosalyna_
Автор

how to decrypt the hashes or verify them??

bobbytop
Автор

This tutorial taught me everything that i needed to know... can u please explain how do i encrypt entire files (ex. text files or images)

shlok
Автор

Is anybody else getting an error that says "Digest method not supported"? The full message for me:
[[EDIT]]: the arrow is pointing to the word "new", and not the word "handle"



internal/crypto/hash.js:33
this._handle = new _Hash(algorithm);
^


Error: Digest method not supported
at new Hash
at Object.createHash (crypto.js:101:10)
at Object.<anonymous> (/home/ktaherig/Site/Kurós
at Module._compile
at Object.Module._extensions..js
at Module.load
at tryModuleLoad
at Function.Module._load
at Function.Module.runMain
at startup

TrouvatkiDePercusion