Polkadot_Championship_Chall.../Prequalification_Challenges/entropy/README.md

16 lines
652 B
Markdown
Raw Normal View History

2023-10-27 16:39:38 +00:00
## Entropy with Shannon
2024-07-09 11:43:20 +00:00
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}
2023-10-27 16:39:38 +00:00
2024-07-09 11:43:20 +00:00
Steps: Base64 -> Hex (None delimiters) -> Shannon entropy up to 17 digits
2023-10-27 16:39:38 +00:00
If you have solved this challenge, please send your code along with the registration.
Reference: https://en.wikipedia.org/wiki/Entropy_(information_theory)
2024-07-09 11:43:20 +00:00
Hint: The Cyber Chef is your friend.
_Keccak256: 0x706fe2c39293c81a414eba40ba10c73a74fbbf1db135976f09eb886c1f25c308_
2023-10-27 16:39:38 +00:00
_Challenge author: six_