About 9,100,000 results
Open links in new tab
  1. ELI5: How exactly does the math of RSA encryption work? : r ...

    Jun 2, 2021 · The actual RSA algorithm is this, with small optimizations. For instance, turns out (q-1) (p-1) is not the best number we can use for this and we can use a smaller number that …

  2. r/redhat on Reddit: could not connect to the rhel-9 from putty in ...

    Jun 16, 2023 · The SSH-RSA signature algorithm was formally deprecated by OpenSSH two years ago. This is not the same as an RSA SSH key, it's the algorithm used to verify key …

  3. Real - world uses of RSA? : r/cryptography - Reddit

    Mar 20, 2024 · A lot of services/APIs also only support RSA for authentication. That being said, RSA isn't bad. In particular, verification of RSA signatures is very fast. RSA as a group is also …

  4. ELI5: why only prime numbers are used in RSA encryption? : r

    Jun 12, 2022 · Without going into detail on how the algorithm actually works: RSA uses a large number called the "modulus", or simply M. From this number you can create pairs of numbers, …

  5. SSH Error "Couldn't agree a host key algorithm (available: rsa

    Jan 12, 2024 · HostKeyAlgorithms +ssh-ed25519,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-rsa sshd_config file I added a line, I used the same …

  6. Diffie-Hellman vs RSA - CISSP Official Practice Tests - Reddit

    Dec 15, 2022 · Diffie-Hellman is a key exchange algorithm. When you go through the algorithm, then you have the key. There are no additional steps needed. RSA is an encryption algorithm. …

  7. r/fortinet on Reddit: Deprecated & insecure ssh host keys installed …

    May 14, 2023 · On newer openssh versions, you cannot connect unless you explicitly allow the outdated ssh-rsa (=sha1 signed rsa keys) algorithms like this: -o …

  8. ELI5 - How do RSA, DSA, and ECDSA differ? : r/crypto - Reddit

    RSA is an asymmetric algorithm that can be used for encryption and signing. The related algorithm for creating a shared secret symmetric key (key exchange) is Diffie-Hellman. RSA …

  9. Has anyone read about the guy who claims to have cracked RSA …

    Nov 3, 2023 · I saw a story about a researcher who claims to have developed a method wherein "instead of using Shor's algorithm to crack the keys, they employed a system based on …

  10. SSH issues on OpenSSH 8.9 - ssh-rsa: signature algorithm not

    Jul 1, 2023 · PubkeyAcceptedKeyTypes +ssh-rsa PubkeyAcceptedAlgorithms=+ssh-rsa I am not in a position to convert all keys to sha2 at this time, so please help me identify what needs to …