What you should be looking up to use to generate really intense passwords are the Mersenne Primes. They're used in crypographic algorithms to make some pretty intense calculations. What you should do is look into cryptography and the use of extra-large Mersenne Primes.
Ultimately though, any language could generate one-time pads, but it's not a task I'd suggest to a novice without studying cryptography first.
2
23 May 2015 00:19
u/Daelphinux
in v/programming
What you should be looking up to use to generate really intense passwords are the Mersenne Primes. They're used in crypographic algorithms to make some pretty intense calculations. What you should do is look into cryptography and the use of extra-large Mersenne Primes.
Ultimately though, any language could generate one-time pads, but it's not a task I'd suggest to a novice without studying cryptography first.