Free Trial

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA
SOLVED

Challenge #159: April ENcyptanalytics

ed_hayter
12 - Quasar

Loved this challenge - not too hard but still very satisfying to build.

 

 

Spoiler
I opted for the logic of an iterative macro that looped the same original statement again and again if random was less than 0.15 then use the true character otherwise replace with a random character. Looped it 100 times and then feed into the decryption macro that recognizes the original character as the most regularly occurring and therefore decrypts the message.

image.png
image.png

 

 

gawa
16 - Nebula
16 - Nebula

DOne

geoff_zath
Alteryx
Alteryx
Spoiler
challenge_159_workflow.png

olga_strubbe
11 - Bolide

Thank you, @TerryT .  This was fun! 

Please see my solution attached.

2024-02-12_13-38-43.png

CeliaC_Silje
8 - Asteroid

RandFromInt() and RandToInt() functions helped the encoding process!

karlhansen
9 - Comet
Spoiler
solution_159.png

My solution runs properly through my completed #155 but not through their decoder.

DaisukeTsuchiya
14 - Magnetar
14 - Magnetar
Spoiler
スクリーンショット 2024-09-08 095557.png
Bobbyt23
12 - Quasar

Learnt all about Ascii characters with this one. Clever.