| bio | website | ewanm89.co.uk |
|---|---|---|
| location | United Kingdom | |
| age | 24 | |
| visits | member for | 9 months |
| seen | Oct 18 '12 at 12:25 | |
| stats | profile views | 0 |
I code for fun, mostly self taught, both high and low level. Also self taught in various aspects of information security. Love the puzzles.
|
Sep 14 |
comment |
Why RSA can't handle numbers above 76? To be technically correct, it works fine, except there are multiple possible decryption for each character and it's non-deterministic to know which it is. |
|
Sep 14 |
comment |
Why RSA can't handle numbers above 76? @yozloy that's more for security, the larger the primes the harder it is to factorize, technically you could use single digit primes, but it'll be trivial to break the keys, something is still wrong with the math here, this expression must hold true: %n !>= n . The only thing I can think of causing an issue is an order of operations error somewhere possibly due to optimization or something. Which programming language is it (I can think of several which have close enough syntax). |
|
Sep 12 |
comment |
ABC Conjecture's Impact on RSA Encryption Actually, sailboats and flying cars have a few more links than that. Aerodynamics and hydrodynamics are very similar and both are important on a sailboat. |
|
Aug 26 |
awarded | Autobiographer |
|
Aug 26 |
comment |
Is there a way to make RC4 (ARCFOUR) secure, or is it completely broken? I would point out initial key expansion for AES is also quite slow compared to other block ciphers. |