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

14 lines
606 B
Markdown
Raw Normal View History

2023-10-27 16:39:38 +00:00
## Entropy with Shannon
What is the Shannon Entropy of "DOGE" after turning it into Base64, then to consecutive Hex (no space or any delimiters)? To generate the flag, insert the value with exactly 15 digits after the decimal point, for example: PC{4.325817531314781}
Steps: Base64 -> Hex (no delimiters) -> Shannon entropy up to 15 digits
If you have solved this challenge, please send your code along with the registration.
Reference: https://en.wikipedia.org/wiki/Entropy_(information_theory)
_Keccak256: 0x513b0aa1dcded5f38352d6b9ef729bb0ae4069489e0c2603dce4b91a3f1433d0_
_Challenge author: six_