Encrypted forum (Offline cipher AES-256 CTR) CryptBB

AES (Rijndael) 256 CTR (Counter mode), symmetric military-class encryption (USA) 2012, can be used for transmiting texts throught unsecure area.

For example: You need to communicate with Your remote friend securely. At first, You create key pair, using asymmetric cipher (RSA 768-2048), save private (secret) key to Your password keeper (KeePass, etc) and transmit public (unsecret) key to Your friend. He generates very very long cryptographic secure (MT 19937) random password and saves it to his password keeper. Then he encrypts password with Your public key, using asymmetric cipher, and transmits encrypted password to You. Text encrypted with Your public key can be decrypted only with Your private key. You receive encrypted password, decrypt it with Your private key, using asymmetric cipher, and save decrypted password to Your password keeper. Now you can use current cipher and transmit your messages encrypted with generated password throught unsecure area.


To encrypt and decrypt the text with AES cipher:

1) Type uncrypted text here:

2) Paste or type the password here:

3) Press this button:    Enveilize the text   Encapsulate the text

4) This is encrypted text:

5) Then press this button:    Deveilize the text   Decapsulate the text

6) This is decrypted text:

To copy message 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 & Chris Veness © v3.14.2.1