+ 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
7 Answers
+ 10
Well, I think I have a long answer.
https://code.sololearn.com/cLrLyBASdU66/?ref=app
https://code.sololearn.com/cPSVr75T3rKS/?ref=app
https://code.sololearn.com/cOQHB3K2eS8E/?ref=app
https://code.sololearn.com/cl10kzyUzY17/?ref=app
https://code.sololearn.com/ceGZT8K6hk58/?ref=app
https://code.sololearn.com/cDbIJ5kV8GBU/?ref=app
+ 3
I have one on github already:
https://github.com/Yeo-Wen-Qin/VigenereCipher
+ 2
My first code on SL
https://code.sololearn.com/c8Non41HGKih/?ref=app
+ 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.
+ 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
+ 1
https://code.sololearn.com/cyXxOpKJ6m5j/?ref=app
+ 1
Almost done with mine.