Encrypted forum (Offline random MT 19937) CryptBB

MT (Mersenne Twister) 19937 can be used for generating very very long cryptographic secure random passwords.

For example: You need to communicate with Your remote friend securely. At first, Your friend creates key pair, using asymmeric cipher (RSA 768-2048), saves private (secret) key to his password keeper (KeePass, etc) and transmits public (unsecret) key to You. You generate very very long cryptographic secure random password, using current function, and save it to Your password keeper. Then You encrypt password with Your public key, using asymmetric cipher, and transmit encrypted password to him. Text encrypted with his public key can be decrypted only with his private key. He receives encrypted password, decrypts it with his private key, using asymmetric cipher, and saves decrypted password to his password keeper. Now you can use symmetric cipher (AES-256 CTR) and transmit your messages encrypted with generated password throught unsecure area.


To generate the string with MT random:

1) Optionally: Type allowed symbols here:
Select symbol seed:   Symbol count:

2) Optionally: Type the length of random string:

3) Press this button: 

4) This is generated random string:

To copy string to the clipboard, place cursor to the text area, press Ctrl+A, then Ctrl+C.

You can save this HTML-file to Your computer Authors: VanDerSaAr & Sean McCullough © v3.14.2.1