Problem 45320. SHA256 Hashing
Conduct SHA256 hashing on a hexadecimal input to produce a 256-bit hexadecimal output.
Example: hash = SHA256('aa')
hash = 'bceef655b5a034911f1c3718ce056531b45ef03b4c7b1f15629e867294011a7d'
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 25 Oct 2020
The hardest thing is to use a hexadecimal input. Most on-line sites deal only with text. Exception: https://emn178.github.io/online-tools/sha256.html
Solution Comments
Show commentsProblem Recent Solvers5
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
50223 Solvers
-
1741 Solvers
-
Project Euler: Problem 5, Smallest multiple
1505 Solvers
-
Back to basics 20 - singleton dimensions
270 Solvers
-
Natural numbers in string form
1641 Solvers
More from this Author56
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!