MathisLeRoyNivot / cryptography-concepts

πŸ” Cryptography Concepts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ” 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

About

πŸ” Cryptography Concepts

License:Apache License 2.0


Languages

Language:JavaScript 100.0%