| bio | website | |
|---|---|---|
| location | Denmark | |
| age | ||
| visits | member for | 11 months |
| seen | Feb 16 at 21:04 | |
| stats | profile views | 0 |
Learning C++ programming
|
Dec 8 |
comment |
RSA Key generation Public exponent too big Thanks for that answer! Really helped me :) And yes, I am aware of public keys being that small are very insecure, but I'm just using them as an example in my paper. |
|
Aug 23 |
comment |
HRNG for One Time Pad Thanks for the answer. I will try to find a new interesting project including these subjects, hopefully one that will actually be useful :S |
|
Jun 6 |
comment |
How secure is my OTP program? So if I understand this right, I have to make an infinite large list of numbers to use as a seed? That is no question a problem, even on the most high-end systems nowadays, so I guess that's no way around. Is there an efficient way to seed a RNG with enough numbers to actually make the algorithm secure? |
|
Jun 6 |
comment |
How secure is my OTP program? Thanks for the nice and detailed answer. |