*ENCRYPTED WEEKEND CHALLENGE* Write a code to encrypt data of any kind! ^^ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

*ENCRYPTED WEEKEND CHALLENGE* Write a code to encrypt data of any kind! ^^

It's time for ciphers! You can use any encryption pattern you want! Share your skills with others, and keep your data safe ^-^ Have fun and keep coding ) I hope everyone will learn something new from this challenge \\(^o^)// Here's my simple Caesar program :) https://code.sololearn.com/cT8xiMZ9I5uW/?ref=app

19th Aug 2017, 4:05 PM
Misha Pchel
Misha Pchel - avatar
7 Answers
+ 3
I have one on github already: https://github.com/Yeo-Wen-Qin/VigenereCipher
19th Aug 2017, 5:22 PM
Wen Qin
Wen Qin - avatar
19th Aug 2017, 4:49 PM
Garikai
Garikai - avatar
+ 2
I have a one time pad cipher encryptor on here already but I'm gonna make something new for this when I get off work.
19th Aug 2017, 5:53 PM
Vari93
Vari93 - avatar
+ 2
Bam, finally. Had a few things to work out, rewriting the code on my phone is a pain. But here it is, I made an encryptor that uses two layers of encryption. All details are at the top of code. There are some moments where it will Time Limit Exceed. I'm not entirely sure why, but it does work and outputs correctly when it doesn't exceed time. Edit: I fixed time exceed problem along with another minor bug I didn't catch before. https://code.sololearn.com/cC2ZghxfDBvV/?ref=app
20th Aug 2017, 1:57 AM
Vari93
Vari93 - avatar
+ 1
https://code.sololearn.com/cyXxOpKJ6m5j/?ref=app
19th Aug 2017, 8:00 PM
Baptiste E. Prunier
Baptiste E. Prunier - avatar
+ 1
Almost done with mine.
19th Aug 2017, 11:18 PM
Vari93
Vari93 - avatar