[challenge] ‍💻 👨‍💻 ‍decode random encoding👨‍💻 👨💻 | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 14

[challenge] ‍💻 👨‍💻 ‍decode random encoding👨‍💻 👨💻

Choose your own clear text which is about 10 lines. Let the program encode the text by "shaking the alphabet". It means each character is assigned to another one. (Accidently the same may occur) Try to decode using letter frequency. https://en.wikipedia.org/wiki/Letter_frequency#Relative_frequencies_of_letters_in_the_English_language. You will see - the result is terrible! Now use the frequency of the clear text. you come back to original text? Have fun all languages are welcome

30th Nov 2017, 3:41 PM
Oma Falk
Oma Falk - avatar
11 ответов
30th Nov 2017, 1:25 PM
yuri
+ 11
@louis yes... but no Cesar please (-:
30th Nov 2017, 8:41 AM
Oma Falk
Oma Falk - avatar
+ 8
I did it with the frequency of the clear text as general frequency. if all frequencies are different, the text should be the same after coding/decoding. But fortunately it is not the case and the text is a bit different. https://code.sololearn.com/cE03cg8a7rhc
30th Nov 2017, 3:40 PM
Oma Falk
Oma Falk - avatar
+ 8
@Pranta cool! it works!
1st Dec 2017, 8:08 AM
Oma Falk
Oma Falk - avatar
+ 7
Substitution Cipher
30th Nov 2017, 8:14 AM
Louis
Louis - avatar
+ 7
I learnt about this, but you must have a large paragraph size, else the method is unreliable
30th Nov 2017, 10:35 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 7
I edited the challenge a bit. It is more exciting this way.
30th Nov 2017, 3:42 PM
Oma Falk
Oma Falk - avatar
+ 3
Okay I will try
30th Nov 2017, 9:47 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
Very Basic Cipher (Bugs Reporting Appreciated) https://code.sololearn.com/W5qoSqFdBMs9/?ref=app
1st Dec 2017, 8:02 AM
Pranta Saha
Pranta Saha - avatar
+ 3
@Batman thanks👍
1st Dec 2017, 8:12 AM
Pranta Saha
Pranta Saha - avatar
+ 2
@pegasus i see you updated
30th Nov 2017, 4:34 PM
Mind To Machine 💻🕆
Mind To Machine 💻🕆 - avatar