Talk:RSA code: Difference between revisions

m (→‎Solutions are starting to diverge: + bonus pts for blocking)
Line 32:
 
::* I like the size of the number. Big enough to test bignums and small enough to fit within the margins. BTW if you try just plain bignum m^e%n your bignums may choke even with this one.
::* Where did you get you numbers from BTW?
:::: Go has an RSA package that will generate a key of any bit length. I had to modify the code to use 65537 for E, which I thought would be appropriate for our use. —[[User:Sonia|Sonia]] 02:44, 28 April 2011 (UTC)
::* You just choose ASCII encoding - the new/modified task would need to say so.
::* Any encryption task will need a disclaimer on the page (demonstration numbers, key to short, lack of random padding, not to mention subtle attacks if e is chosen improperly.
1,707

edits