RSA: Difference between revisions

From Open Tibia Wiki
Jump to navigation Jump to search
(Created page with "RSA is an assymetric cryptosystem used widely to secure communication between clients and servers. Open Tibia version > 7.6 uses 128bytes...")
Tag: visualeditor
(No difference)

Revision as of 13:23, 8 February 2021

RSA is an assymetric cryptosystem used widely to secure communication between clients and servers.

Open Tibia version > 7.6 uses 128bytes RSA.

To generate a new RSA key-pair and PEM file you can use our PEM generator tool. The tool does not output errors, but will generate new prime numbers for P,Q if either is invalid. The requirements for primes P,Q are that P and Q are both 512 bits in size, are prime numbers, and P != Q.