Skip to content

EdgarAyllon/argon2-node-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argon2 node test

A basic argon2 (with variants) hash generator / verify test UI interface using node-argon2 binding.

About Argon2

Argon2 hashing algorithm was designed by Alex Biryukov, Danie Dinu, and Dmitry Khovratovich from the University of Luxembourg.

General info about argon2 in wikipedia

Most detailed info specification

Technologies used in demo

  • nodejs as server environment
  • pug as template render engine
  • bootstrap as CSS styling

Screenshots