181192 / expr-site

Gatsby site for expr repo
https://181192.github.io/expr-site/
2 stars 4 forks source link

Write a dictionary of terms for the subject Cryptography #2

Closed 181192 closed 4 years ago

181192 commented 5 years ago

Write a dictionary of terms for the subject Cryptography.

Suggestions for resources may be:

The dictionary should only contain terms that are relevant for the DAT159 course.

The file should be a markdown file and be named index.md located in:

pages/expr/dictionary/cryptography/index.md

An example of a glossary could be:

Hashing

It involves taking the plain-text and converting it to a hash value of fixed size by a hash function. This process ensures integrity of the message as the hash value on both, sender\’s and receiver\’s side should match if the message is unaltered.