Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 22bf0e5

Browse files
committed
hashing with screenshot updated
1 parent 648ad8a commit 22bf0e5

File tree

1 file changed

+1
-10
lines changed
  • Scripts/Miscellaneous/Hash_a_given_message

1 file changed

+1
-10
lines changed

Scripts/Miscellaneous/Hash_a_given_message/README.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@ pip install hashlib
1111
python hash.py
1212

1313
### Algorithms available
14-
blake2b blake2b512 blake2s
15-
blake2s256 md4 md5
16-
md5-sha1 mdc2 ripemd160
17-
sha1 sha224 sha256
18-
sha3-224 sha3-256 sha3-384
19-
sha3-512 sha384 sha3_224
20-
sha3_256 sha3_384 sha3_512
21-
sha512 sha512-224 sha512-256
22-
shake128 shake256 shake_128
23-
shake_256 sm3 whirlpool
14+
blake2b, blake2b512, blake2s, blake2s256, md4, md5, md5-sha1, mdc2, ripemd160, sha1, sha224, sha256, sha3-224, sha3-256, sha3-384, sha3-512, sha384, sha3_224, sha3_256, sha3_384, sha3_512, sha512, sha512-224, sha512-256, shake128, shake256, shake_128, shake_256, sm3, whirlpool
2415

2516
### Screenshot/GIF showing the sample use of the script
2617
<!--Remove the below lines and add yours -->

0 commit comments

Comments
 (0)