◄ Wiki / Crypto
RSA
A classic public-key cryptography system where a public key encrypts or verifies and a separate private key decrypts or signs.
RSA gives each party a mathematically linked key pair: what one key does, only the other can undo. Its security rests on the difficulty of factoring the product of two very large prime numbers. It is widely used for digital signatures and certificates; a system may verify RSA signatures (confirming who signed something) without ever signing itself.
See also
- self-signed certificateA digital certificate signed by its own key rather than by a trusted authority.
- SHA-2 / SHA-256A widely trusted family of cryptographic hash functions that turn any data into a fixed-size fingerprint.
- security auditA careful review of a system by experts specifically looking for security weaknesses.
Referenced by
security audit · self-signed certificate · SHA-1 · SHA-2 / SHA-256 · SHA-256/384/512