Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobpclouse/526-hw-4-hash
Fourth and final homework for 526 - Creating my own custom hash function
https://github.com/jacobpclouse/526-hw-4-hash
Last synced: 4 days ago
JSON representation
Fourth and final homework for 526 - Creating my own custom hash function
- Host: GitHub
- URL: https://github.com/jacobpclouse/526-hw-4-hash
- Owner: jacobpclouse
- Created: 2023-04-15T15:41:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-12T00:55:33.000Z (over 1 year ago)
- Last Synced: 2024-03-24T22:23:43.608Z (8 months ago)
- Language: Python
- Size: 6.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 526-HW-4-HASH
Fourth and final homework for 526 - Creating my own custom hash function## Objective:
The purpose of this assignment is to solidify the concepts of hashing and pseudorandom number
generators.You must submit the following via UAlbany Blackboard:
- (a) Source code and data set, along with the instructions to run it.
- (b) A pdf file containing your code.
- (c) A pdf file containing answers to all questions.
- (d) A video link (of max 5 minutes) that shows the working of your programs.## Resources Used:
- AES Python Code: https://github.com/boppreh/aes
- How to convert AES to a PRNG in order to run NIST Statistical Test Suite?: https://crypto.stackexchange.com/questions/32495/how-to-convert-aes-to-a-prng-in-order-to-run-nist-statistical-test-suite
- Using the Python zip() Function for Parallel Iteration: https://realpython.com/python-zip-function/
- Cryptography hash method MD2 (Message Digest 2) explained with Python: https://nickthecrypt.medium.com/cryptography-hash-method-md2-message-digest-2-step-by-step-explanation-made-easy-with-python-10faa2e35e85