I'm creating an encryption program based on translations anyone got any tips on apending user input to a list? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

I'm creating an encryption program based on translations anyone got any tips on apending user input to a list?

encryption

12th Oct 2017, 12:57 AM
christopher hampton
christopher hampton - avatar
14 Answers
+ 1
thats just the same thing with alot more typing.
15th Oct 2017, 6:31 AM
NulledNVoided
NulledNVoided - avatar
0
what language
15th Oct 2017, 6:17 AM
NulledNVoided
NulledNVoided - avatar
15th Oct 2017, 6:23 AM
christopher hampton
christopher hampton - avatar
0
user=input () list=() list.append(user) Im almost positive that will work for u
15th Oct 2017, 6:24 AM
NulledNVoided
NulledNVoided - avatar
0
But how do I transfer that into Ciphertext
15th Oct 2017, 6:25 AM
christopher hampton
christopher hampton - avatar
0
Well easy is ceaser cypher which you can run if statements and like if key = c then "a"="c" and make something like that. Or even make another list of the alphabet and the have the key set to 0 and just like list2[1] set a to b like that
15th Oct 2017, 6:27 AM
NulledNVoided
NulledNVoided - avatar
0
what if I want to use translations like a = nxi3odk3xeet8ienene8e3n. so when the user types a it replaces what they type with the translation?
15th Oct 2017, 6:30 AM
christopher hampton
christopher hampton - avatar
0
because I have been trying to develop that on stack overflow for a month now and it still prints the user input.
15th Oct 2017, 6:31 AM
christopher hampton
christopher hampton - avatar
0
I'm fine with that
15th Oct 2017, 6:33 AM
christopher hampton
christopher hampton - avatar
0
Lol then that should work. i have a feeling you can figure out most of it but if u nedd anything you can post in here and ill do my best to help
15th Oct 2017, 6:34 AM
NulledNVoided
NulledNVoided - avatar
0
well If you have Twitter I would like to make things private texted for more in depth meaning of what I'm saying and my problem. if you could help me that would be great.
15th Oct 2017, 6:36 AM
christopher hampton
christopher hampton - avatar
0
my twitter is the same as my name on here
18th Oct 2017, 1:19 PM
NulledNVoided
NulledNVoided - avatar
0
srry its NullNVoid
18th Oct 2017, 1:19 PM
NulledNVoided
NulledNVoided - avatar
8th May 2018, 11:23 PM
►► Ferontwix ◄◄
►► Ferontwix ◄◄ - avatar