Talk:RSA code: Difference between revisions

Line 48:
 
::I have uploaded a version of my code that doesn't use the Tkinter window. I find running it from python IDLE seems to work best, since i can copy paste plaintext or ciphertext to and from the window. --[[User:Erasmus|Erasmus]] 01:18, 1 April 2011 (UTC)
 
:::Ok, I think I understand your approach now. The reason I went the way I did was because I felt "letters" was somewhat arbitrary. I could, in principle, use arbitrary ascii or even unicode. (If I used utf8 instead of wide characters, some characters would get split across multiple blocks, but except for the garbage padding at the end, that should not be a problem. I would need to do something special to deal with the errors that could be generated by using arbitrary codes in the padding at the end, but I have not thought that far ahead.) --[[User:Rdm|Rdm]] 11:52, 1 April 2011 (UTC)
6,962

edits