Difference between revisions of "RSA"
Jump to navigation
Jump to search
↑ https://support.apple.com/en-us/HT210176
(19 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | [[wikipedia:RSA (cryptosystem)]] ([[1977]]) | |
− | [[ | + | * [[Ron Rivest]] |
+ | * [[Adi Shamir]]: [[shamir's Secret Sharing]] | ||
+ | * [[Leonard Adleman]] | ||
+ | [[Key length]] | ||
+ | [[macOS 10.15]] requires that TLS server certificates and issuing CAs using RSA keys must use [[key size]]s greater than or equal to 2048. <ref>https://support.apple.com/en-us/HT210176</ref> | ||
− | |||
+ | * [[OpenSSH 7.6]] | ||
+ | ** Refuse RSA keys <1024 bits in length and improve reporting for keys that do not meet this requirement. | ||
+ | * [[OpenSSH 4.2]]: September 1, 2005 https://www.openssh.com/txt/release-4.2 | ||
+ | ** Increase the default size of new [[RSA]]/[[DSA]] keys generated by <code>[[ssh-keygen]]</code> from 1024 to 2048 bits. | ||
== Related terms == | == Related terms == | ||
Line 11: | Line 18: | ||
** <code>[[openssl rsautl]]</code> | ** <code>[[openssl rsautl]]</code> | ||
** <code>[[openssl genrsa]]</code> | ** <code>[[openssl genrsa]]</code> | ||
− | * <code>[[ | + | ** <code>[[openssl rsa]]</code> |
− | * <code>[[ | + | * <code>[[ssh-keygen -t]] rsa</code> |
* [[RSA Conference]] | * [[RSA Conference]] | ||
+ | * [[RSA Award for Excellence in Mathematics]] | ||
+ | * <code>[[easy-rsa]]</code> | ||
+ | * [[ssh]]'s [[challenge-response]] system based on RSA | ||
+ | * [[ECC]] | ||
== Activities == | == Activities == | ||
* [[Cisco]]: [[Configure public RSA key authentication]] | * [[Cisco]]: [[Configure public RSA key authentication]] | ||
− | * [[Cisco]]: <code>[[crypto key generate]] | + | * [[Cisco]]: <code>[[crypto key generate rsa]]</code> |
== See also == | == See also == | ||
Line 26: | Line 37: | ||
[[Category:Security]] | [[Category:Security]] | ||
+ | [[Category:RSA]] |
Latest revision as of 11:14, 25 July 2024
wikipedia:RSA (cryptosystem) (1977)
Key length macOS 10.15 requires that TLS server certificates and issuing CAs using RSA keys must use key sizes greater than or equal to 2048. [1]
- OpenSSH 7.6
- Refuse RSA keys <1024 bits in length and improve reporting for keys that do not meet this requirement.
- OpenSSH 4.2: September 1, 2005 https://www.openssh.com/txt/release-4.2
- Increase the default size of new RSA/DSA keys generated by
ssh-keygen
from 1024 to 2048 bits.
- Increase the default size of new RSA/DSA keys generated by
Related terms[edit]
openssl
ssh-keygen -t rsa
- RSA Conference
- RSA Award for Excellence in Mathematics
easy-rsa
- ssh's challenge-response system based on RSA
- ECC
Activities[edit]
See also[edit]
- CSR, Create a certificate:
openssl req
- Public-key cryptography: RSA, DSA, ECDSA, EdDSA (Ed25519), AES, RSA Conference, hash,
pkeyutl
, Signature, key length, Easyrsa, OAEP, Ron Rivest, Adi Shamir, Leonard Adleman - TLS, mTLS: OpenSSL, LibreSSL, BoringSSL, WolfSSL, X.509,
.pem
, SNI, CT, OCSP, Mbed TLS, ALPN,your connection is not private
, SSL Certificate Checker, Wildcard certificate, JA3 fingerprint, sslcan, TLS inspection - Cypher: Hash, MD5, SHA, Bcrypt, Blowfish, HMAC, Equihash, Argon2
Advertising: