Discuss Scratch
- Discussion Forums
- » Advanced Topics
- » Can you decode this? (3.0) (New system in place)
- 50_scratch_tabs
-
1000+ posts
Can you decode this? (3.0) (New system in place)
Wow, so impressive.They submitted this 96 seconds after updating it.Oh what???? You…but…it…Did you at least give it some time after you updated it?Just me who solved it. Cipher Creator: @8to16
Cipher:Difficulty Level: 1Scr
tch is
progr
mming l
ngu
ge
Short Description: I replaced a certain letter with newlines
8to16 the 11th of the Ciphers TopicYou just gotta replace the newlines with a.Scratch is a programming language
I had to. I'm sorry but I had to.
- 8to16
-
1000+ posts
Can you decode this? (3.0) (New system in place)
This topic, after ascending from the 500 errors, shall hit the ceiling of the 1st page
- Voxalice
-
1000+ posts
Can you decode this? (3.0) (New system in place)
(#80)Solution:
Cipher Creators: -YourLocalPhantom-
Cipher:Uses a custom alphabetK65p8de29cyG1m7gDifficulty Level: 2abcdefghijklmnopqrstuvwxyz 0123456789
Short Description: The Golden Ten.
1 1 2 3 5 8 13 2
Method: Decode Vigenère cipher with key “the golden ratio”. Make sure to use the custom alphabet!
- 8to16
-
1000+ posts
Can you decode this? (3.0) (New system in place)
correctCipher Creator: @8to16
Cipher:Difficulty Level: 2ÛÛÛÛÛÛÛ
Short Description: Don't bruteforce, or I will take all your decoins
Cipher Solvers: Me (@MonkeyBean2)
Solution: (words are separated by null (id 0) characters, I guess these are meant to be spaces, but the encoding was done slightly wrong?)Here's it with the null characters replaced with spaces ‘ ’ in case you can't see them or they get filtered out:EVIL KUMQUATS WILL BE SENT TO YOUR LOCATIONMethod: Per byte XOR with key 219EVIL KUMQUATS WILL BE SENT TO YOUR LOCATION
Code (python) (note: text has been encoded as hexadecimal so encodings won't mess up the data when pasting it into a python REPL):cipher = bytes.fromhex('9e8d9297db908e968a8e9a8f88db8c929797db999edb889e958fdb8f94db82948e89db9794989a8f929495') result = bytes([c ^ 219 for c in cipher])
- -YourLocalPhantom-
-
1000+ posts
Can you decode this? (3.0) (New system in place)
So technically this is incorrect because it was supposed to be decoded with the Fibonacci sequence and the plaintext was “the golden ratio” but I'll say you solved it because you figured out the decoding method involved the Vigenere cipher and something related to the golden ratio.(#80)Solution:
Cipher Creators: -YourLocalPhantom-
Cipher:Uses a custom alphabetK65p8de29cyG1m7gDifficulty Level: 2abcdefghijklmnopqrstuvwxyz 0123456789
Short Description: The Golden Ten.(Fibonacci sequence)1 1 2 3 5 8 13 2
Method: Decode Vigenère cipher with key “the golden ratio”. Make sure to use the custom alphabet!
- 8to16
-
1000+ posts
Can you decode this? (3.0) (New system in place)
was this made with ARSS? CC: gilbert_given_189Diff: 5 (3 if you know the research tool used to make this ciphertext)see OP: https://scratch.mit.edu/discuss/post/8203958/
Desc: I always wonder if we'll ever have a plain text, voice file format. I think this might be close. Shame it doesn't encode the pitch as well.
i imported the values into audacity but it makes a weird beep noise
- co0lcr34t10ns
-
1000+ posts
Can you decode this? (3.0) (New system in place)
I'm on vacation so all ciphers are fair game. Will make a big update when I get the chance
- blubby4
-
100+ posts
Can you decode this? (3.0) (New system in place)
Oh, sorry I missed this!(#20)Solution: The number (169)
Cipher Creator: blubby4
Cipher:Difficulty Level: 3(13²) 14 1 1 1 2 1 2 1 1 1 2 1 1 1 1 1 1 1 1 1 1 1 3 1 2 1 1 1 1 1 1 1 3 1 2 1 1 1 1 1 1 1 3 1 3 1 3 1 16 1 1 1 1 3 1 2 3 1 1 1 2 1 2 1 1 1 2 1 1 1 2 1 2 1 1 1 2 3 2 1 2 1 1 1 2 1 1 1 1 3 1 1 1 1 14
Short Description: I'm worried I'll give it away if I say too much, but what can 13² be written as?
Method: The sum of each number adds up to 169, which is equal to 13^2.
Sadly, that is not the answer. On second thought this might be a level 4 cipher.
(Actually, pondering this, it makes perfect sense that it adds to 169!)
Last edited by blubby4 (Nov. 3, 2024 23:37:02)
- glitcX
-
1000+ posts
Can you decode this? (3.0) (New system in place)
Really easy (hint look at my recent projects)
88888888888888888111888888888888818188888888888881118111118111888111818181818188818181888181118888888888888888888855888888888888555558585855811158888858585855515855585858585551588858585855811158885858588581815555585558858181888858888855888888888888888888888
- gilbert_given_189
-
1000+ posts
Can you decode this? (3.0) (New system in place)
Nope.was this made with ARSS? CC: gilbert_given_189Diff: 5 (3 if you know the research tool used to make this ciphertext)see OP: https://scratch.mit.edu/discuss/post/8203958/
Desc: I always wonder if we'll ever have a plain text, voice file format. I think this might be close. Shame it doesn't encode the pitch as well.
i imported the values into audacity but it makes a weird beep noise
- ilovestories
-
1000+ posts
Can you decode this? (3.0) (New system in place)
Hey, today I should have 2 DeCoins, because nobody has solved my cipher for 2 weeks, but I'm not even on the list. 

- MonkeyBean2
-
500+ posts
Can you decode this? (3.0) (New system in place)
co0lcr34t10ns is on vacation, and will update everything when they get a chance. Hey, today I should have 2 DeCoins, because nobody has solved my cipher for 2 weeks, but I'm not even on the list.
- AliMASTER430258
-
100+ posts
Can you decode this? (3.0) (New system in place)
#25 is: Questions About Scratch
- MonkeyBean2
-
500+ posts
Can you decode this? (3.0) (New system in place)
instructions for #25 say “you shouldn't get a string of words”, also you should say how you have solved it. #25 is: Questions About Scratch
- co0lcr34t10ns
-
1000+ posts
Can you decode this? (3.0) (New system in place)
Thanks for telling them for meco0lcr34t10ns is on vacation, and will update everything when they get a chance. Hey, today I should have 2 DeCoins, because nobody has solved my cipher for 2 weeks, but I'm not even on the list.

- zaid1442011
-
500+ posts
Can you decode this? (3.0) (New system in place)
(#146)Solution:
LEADERBOARD UPDATE! The standings have been shaken. Lord knows what's to come, other than…
NEW CIPHER
Cipher Creators: co0lcr34t10ns
Cipher:Difficulty Level: 5VkZaU1FrNUZOWEZVV0dST1pXdHJlbFJ0YkVOalIxSkVXa2h3U2xKNlZqSmFSVTVEWkcxU2RGWnViRXBUUjNoeldrVkZPVkJSUFQwPQ==
Short Description: Wild goose chase.
1086303276 it's not over yet
Note: Is this the solution?
Last edited by zaid1442011 (Nov. 9, 2024 05:04:44)
- davidtheplatform
-
500+ posts
Can you decode this? (3.0) (New system in place)
ask me a question about this and i may answer it/give you a hint Don't quote this post, it has a lot of data in it
Cipher Creators: Me (@davidtheplatform)
Cipher:Corpus:2 10 26 3 15 13 22 12 11 13 22 20 10 26 19 27 9 25 10 12 9 17 28 31 10 17 28 17 9 22 4 20 19 9 31 10 15 15 28 31 22 11 29 1 9 21 28 29 10 26 17 9 22 4 20 19 9 14 10 20 26 22 9 20 19 9 0 12 19 22 9 19 10 8 28 9 7 20 11 11 28 15 9 22 28 23 22 9 18 32 10 26 12 19 9 14 10 20 26 22 19 16 9 6 4 29 9 17 20 17 9 24 9 20 26 31 11 12 17 28 9 20 22 30 5 1 9 7 12 3 13 3 23 30 7 0 8 4 6 24 6 18 8 30 8 15 23 4 8 0 18 30 24 15 0 12 15 7 1 6 0 24 12 27 30 25 19 1 15 21 16 26 7 6 6 18 27 13 24 1 18 25 25 6 24 8 21 7 21 30 7 18 18 3 8 0 3 0 19 0 8 4 21 6 0 6 4 16 1 32 23 8 16 23 16 1 7 23 23 6 16 19 23 32 24 4 21 7 16 16 13 30 23 6 8 18 23 6 25 4 7 15 24 3 1 24 1 27 30 18 8 13 23 1 32 13 0 4 27 8 32 30 24 25 24 30 21 8 13 16 21 23 8 18 3 21 18 6 7 12 16 8 25 6 23 27 18 32 15 32 25 1 1 23 23 6 7 24 24 24 8 25 16 0 27 1 32 16 32 32 21 30 8 18 18 19 21 25 18 18 13 7 15 24 24 25 1 4 3 32 23 24 2 6 1 4 21 27 3 4 12 23 18 32 1 0 32 30 12 23 18 18 24 30 27 21 21 30 21 8 21 21 13 4 7 0 21 6 21 18 16 2 27 2 18 25 24 27 7 21 16 16 19 15 12 27 6 30 23 18 30 18 16 18 24 25 4 7 1 23 8 21 30 0 3 0 19 13 0 16 8 6 7 3 16 0 19 6 15 16 13 4 30 0 32 18 3 25 32 30 12 24 30 32 23 30 24 32 6 30 27 18 30 27 10 24 3 0 23 4 27 24 13 32 8 32 4 1 16 6 6 32 16 6 18 4 32 19 30 7 19 26 1 25 30 16 6 7 7 25 1 24 30 8 7 24 2 30 16 25 6 12 6 6 16 8 13 16 16 0 30 32 23 12 30 23 27 32 7 25 7 23 32 21 7 24 16 15 6 21 2 16 10 24 1 32 16 0 4 0 16 1 32 30 6 6 0 23 32 0 8 8 7 24 4 25 32 24 23 30 30 13 24 30 7 32 24 27 18 27 12Difficulty level: 4 5~snip~
hint:The answer isn't in the corpus, but you do need information about it to decode the cipher. They also don't interact directly, ie. you shouldn't xor the cipher and corpus (or anything similar)
If you want more of a challenge, use this corpus: (the cipher and answer should be the same as with the first corpus. Be warned, I haven't tested that this one works)~snip~
- co0lcr34t10ns
-
1000+ posts
Can you decode this? (3.0) (New system in place)
“It's not over yet”(#146)Solution:
LEADERBOARD UPDATE! The standings have been shaken. Lord knows what's to come, other than…
NEW CIPHER
Cipher Creators: co0lcr34t10ns
Cipher:Difficulty Level: 5VkZaU1FrNUZOWEZVV0dST1pXdHJlbFJ0YkVOalIxSkVXa2h3U2xKNlZqSmFSVTVEWkcxU2RGWnViRXBUUjNoeldrVkZPVkJSUFQwPQ==
Short Description: Wild goose chase.Method: Decode to Base64 4 times in a row.1086303276 it's not over yet
Note: Is this the solution?
- 8to16
-
1000+ posts
Can you decode this? (3.0) (New system in place)
Cipher Creator: @8to16
Cipher:Difficulty Level: 5
Short Description: Idk if this will get broken because of BMP on forums
Cipher:
&=-*<O$76R >3+O'&7c*98-7Af|12R'O(Oc
}ef341O*
Short Description: Idk if this will get broken because of BMP on forums
- ninjaMAR
-
1000+ posts
Can you decode this? (3.0) (New system in place)
Cipher Creators: ninjamar
Cipher:Difficulty Level: 5
Short Description: I don't think anyone is going to solve this even if I give a hint
Hint 1: This string has been padded. It's actually an array of numbers. Try decoding the array using lzw…
Hint 2: The word I ciphered is 10 characters
Hint 3: The word has to do with a certain guy who had a redacted. On Github, he added a commit to turn redacted into a program to follow this guy. He got banned
Cipher:
104049097049104053258260262261259050097256262267269259257104267273262257259270264282259265275268279286272263277286280104287283291298271288274276289288285306297285300297281284097050269290307313266296320290312295320294051308297310319316303309321298318263315274288324285268328332338331304262324352104346337329340336345282358317329322288310315052314104369320048
Short Description: I don't think anyone is going to solve this even if I give a hint
Hint 1: This string has been padded. It's actually an array of numbers. Try decoding the array using lzw…
Hint 2: The word I ciphered is 10 characters
Hint 3: The word has to do with a certain guy who had a redacted. On Github, he added a commit to turn redacted into a program to follow this guy. He got banned
Last edited by ninjaMAR (Nov. 10, 2024 12:12:46)
- Discussion Forums
- » Advanced Topics
-
» Can you decode this? (3.0) (New system in place)