Project ideas? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Project ideas?

I've made (and posted) a Pig Latin translator and Caesar Cipher and I'm wondering if anyone knows any other cryptology encryptions or made up languages to code a translator for? I know I can look it up but I'd rather take suggestions

27th Jan 2017, 12:32 PM
Earl Chukwu
Earl Chukwu - avatar
4 Answers
+ 3
Maybe a Caesar Cipher with numbers? input: abc789 shift: 2 output: cde901
28th Jan 2017, 1:56 AM
Jafca
Jafca - avatar
+ 3
Maybe text to binary converter? To add to this, shorten the binary like so: 11100111 -> 312031 3 1's, 2 0's, 3 1's :)
28th Jan 2017, 2:00 AM
Jafca
Jafca - avatar
+ 1
a rsa coder for websites?
8th Feb 2017, 2:23 PM
Fabian Axer
Fabian Axer - avatar
0
If you're interested, I've made a very simple encryption and decryption python program: >>https://code.sololearn.com/cGYCD5u06lwB/?ref=app >>https://code.sololearn.com/c35YB8jPl23H/?ref=app
9th May 2018, 12:07 AM
►► Ferontwix ◄◄
►► Ferontwix ◄◄ - avatar