mikelgjergjiuri / cryptology-site

0 stars 0 forks source link

Hashing article needs to be added to website #6

Closed mikelgjergjiuri closed 2 years ago

mikelgjergjiuri commented 4 years ago

Create demo for hashing as well as adding article,

Use character encoding from DES demo,

Possible implementations: Implementation of in class demo with 64 mod based on encoding from DES, Simplified Modern Hashing Algorithm

mikelgjergjiuri commented 4 years ago

With blocks of 4 characters, continuously xor current output (or initial value) with next block of 4 characters.

mikelgjergjiuri commented 3 years ago

Permute XOR