16 lines
652 B
Markdown
16 lines
652 B
Markdown
## Entropy with Shannon
|
|
|
|
What is the Shannon Entropy of "Web3Mantra" after turning it into Base64, then to consecutive Hex (no space or any delimiters)? To generate the flag, insert the value with exactly 17 digits after the decimal point, for example: PC{4.325817531314781}
|
|
|
|
Steps: Base64 -> Hex (None delimiters) -> Shannon entropy up to 17 digits
|
|
|
|
If you have solved this challenge, please send your code along with the registration.
|
|
|
|
Reference: https://en.wikipedia.org/wiki/Entropy_(information_theory)
|
|
|
|
Hint: The Cyber Chef is your friend.
|
|
|
|
_Keccak256: 0x706fe2c39293c81a414eba40ba10c73a74fbbf1db135976f09eb886c1f25c308_
|
|
|
|
_Challenge author: six_
|