+ 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
4 Respuestas
+ 3
Maybe a Caesar Cipher with numbers?
input: abc789
shift: 2
output: cde901
+ 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 :)
+ 1
a rsa coder for websites?
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