SHA-3 HASH

SHA-3 Hash implemented from standard

Al momento, stai seguendo questo contributo

SHA-3 Hash implemented from standard (SHA-3 Standard: Permutation-Based Hash and Extendable-Output Functions, FIPS PUB 202, dated August 2015). Execute SHA3_GUI.m. Enter your message you desire to hash into the message box. Select which SHA-3 output length you desire from the popup menu (224, 256, 384, or 512). Hit the hash button to display the hash digest in the digest box. I have tested the hash functions on numerous inputs and the functions have determined the proper hash outputs.

Cita come

David Hill (2026). SHA-3 HASH (https://it.mathworks.com/matlabcentral/fileexchange/71760-sha-3-hash), MATLAB Central File Exchange. Recuperato .

Categorie

Scopri di più su MATLAB Report Generator in Help Center e MATLAB Answers

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
1.1.0

Simplified code for message conversion to binary and digest conversion to hex

1.0.9

Input message and output digest were not converting correctly in accordance to the standard. This update corrects the mistakes. The hash has now been tested and works properly for any size message input and output length. Added a GUI.

1.0.8

Changed to convert using UTF-8 instead of Unicode. Simplified code in several areas.

1.0.7

Simplified the code and added many additional comments.

1.0.6

Changed image

1.0.5

Changed input to SHA3 to be char array of any length. Output is still hex character array. This better matches the normal input stream for hashing. Eliminated use of hex2poly; therefore, no longer require Communications Toolbox.

1.0.4

All functions should be included now.

1.0.3

Included all functions

1.0.2

Did not include all functions previously

1.0.1

Updated some functions based on comments. Included two functions that I forgot to include previously that are essential for the execution.

1.0.0