Problem 61050. Generate Secret Key for Cryptography
From a seed file (code.wav), decode the audio file (Bell 202 format at 200 bits/sec) into a binary stream and then convert the binary stream into a decimal vector (uint8) that should be hashed using SHA - 224, 256, 384, or 514 based on the function input. Output the hexadecimal hash (in lower case).
Solution Stats
Problem Comments
-
2 Comments
Christian Schröder
on 30 Oct 2025 at 19:36
200 bits/sec - do you mean 1200?
David Hill
on 1 Nov 2025 at 17:58
No, 200 bits/second is correct for converting the .wav file into bits. The sampling rate is 1e5 and is part of the audio file.
Solution Comments
Show commentsProblem Recent Solvers1
Suggested Problems
-
Generate Secret Key for Cryptography
1 Solvers
More from this Author61
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!