Skip to content

This script signs files splitting them by 1KB and hashing each block. It appends the hash to the previously standing block.

Notifications You must be signed in to change notification settings

witodenaro/HMAC1KB.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMAC1KB.js

This script signs files splitting them by 1KB and hashing each block. It appends the hash to the previously standing block.

This is a solution for Cryptography I Week 3 Programming Assignment by Dan Boneh

Hint for every psycho who decides to accomplish this task on NodeJS: ALWAYS USE BUFFER

About

This script signs files splitting them by 1KB and hashing each block. It appends the hash to the previously standing block.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published