Importieren von SHA256 Hashing -Algorithmus

const sha256 = require('sha256');
Outrageous Ostrich