About 9,020,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 will still work. …

  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 exchanges during …

  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 a very …

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

    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, one normally …

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

    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 kexalgorithm line from the …

  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. While you …

  7. 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 bases its security on …

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

    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 be changed …

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

    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 quantum …

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

    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 PubkeyAcceptedKeyTypes=+ssh-rsa -o …