Skip to content

MathisLeRoyNivot/cryptography-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Cryptography Concepts πŸ”

Cryptography concepts πŸ”

Hash

Hash image

Test the hash cryptography concept

In order to do so, execute the following command on your terminal:

node hash.js

Salt

Salt image

Test the salt cryptography concept

In order to do so, execute the following command on your terminal:

node salt.js

HMAC

HMAC image

Test the hmac cryptography concept

In order to do so, execute the following command on your terminal:

node hmac.js

Symmetric Encryption

Symmetric Encryption image

Test the symmetric encryption cryptography concept

In order to do so, execute the following command on your terminal:

node symmetric-encrypt.js

Asymmetric Encryption

Asymmetric Encryption image

Test the asymmetric encryption cryptography concept

In order to do so, execute the following command on your terminal:

node asymmetric-encrypt.js

Sign

Sign image

Test the sign cryptography concept

In order to do so, execute the following command on your terminal:

node sign.js

Releases

No releases published

Packages

No packages published