Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. Natural selection in IT

Natural selection in IT

Scheduled Pinned Locked Moved Programmer Humor
33 Posts 20 Posters 19 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T [email protected]

    That's a meme page. Do NOT submit your real private keys!

    N This user is from outside of this forum
    N This user is from outside of this forum
    [email protected]
    wrote last edited by
    #3

    To save anyone the trouble, here's a key I've generated just now:

    -----BEGIN OPENSSH PRIVATE KEY-----
    b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
    QyNTUxOQAAACAqTGrNcWWZrKjDzAgG1KaCYAOOAoqSSQvvWVgUx7PdMgAAAJgzuRsTM7kb
    EwAAAAtzc2gtZWQyNTUxOQAAACAqTGrNcWWZrKjDzAgG1KaCYAOOAoqSSQvvWVgUx7PdMg
    AAAEC8jODzrMngnvJlMwtlhqwlI6qS42WlzSDADbEYaCsRzCpMas1xZZmsqMPMCAbUpoJg
    A44CipJJC+9ZWBTHs90yAAAAEXUwX2E0MzhAbG9jYWxob3N0AQIDBA==
    -----END OPENSSH PRIVATE KEY-----
    

    (and if I did it wrong enough, well, you can hack me but please let me know how I fucked up)

    Change any random character in there to see how the website reacts to a unique key. I changed an O to an o and it accepted it.

    N 1 Reply Last reply
    16
    • N [email protected]

      To save anyone the trouble, here's a key I've generated just now:

      -----BEGIN OPENSSH PRIVATE KEY-----
      b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
      QyNTUxOQAAACAqTGrNcWWZrKjDzAgG1KaCYAOOAoqSSQvvWVgUx7PdMgAAAJgzuRsTM7kb
      EwAAAAtzc2gtZWQyNTUxOQAAACAqTGrNcWWZrKjDzAgG1KaCYAOOAoqSSQvvWVgUx7PdMg
      AAAEC8jODzrMngnvJlMwtlhqwlI6qS42WlzSDADbEYaCsRzCpMas1xZZmsqMPMCAbUpoJg
      A44CipJJC+9ZWBTHs90yAAAAEXUwX2E0MzhAbG9jYWxob3N0AQIDBA==
      -----END OPENSSH PRIVATE KEY-----
      

      (and if I did it wrong enough, well, you can hack me but please let me know how I fucked up)

      Change any random character in there to see how the website reacts to a unique key. I changed an O to an o and it accepted it.

      N This user is from outside of this forum
      N This user is from outside of this forum
      [email protected]
      wrote last edited by
      #4

      FWIW this is what I did:

      $ ssh-keygen -f fake_ssh_key
      

      (press Enter twice for no passphrase)

      and then:

      $ cat fake_ssh_key
      

      Which I then just copy-pasted from the terminal. Surely this can't reveal anything about my other private keys, right?

      30p87@feddit.org3 a_norny_mousse@feddit.orgA 2 Replies Last reply
      9
      • T [email protected]

        That's a meme page. Do NOT submit your real private keys!

        K This user is from outside of this forum
        K This user is from outside of this forum
        [email protected]
        wrote last edited by
        #5

        That’s a meme page. Do NOT submit your real private keys!

        Don't tell me what to do with my employers keys.

        S T 2 Replies Last reply
        45
        • T [email protected]

          That's a meme page. Do NOT submit your real private keys!

          scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
          scrubbles@poptalk.scrubbles.techS This user is from outside of this forum
          [email protected]
          wrote last edited by
          #6

          How do I upload from my company's yubikey?

          1 Reply Last reply
          14
          • T [email protected]

            That's a meme page. Do NOT submit your real private keys!

            anafabula@discuss.tchncs.deA This user is from outside of this forum
            anafabula@discuss.tchncs.deA This user is from outside of this forum
            [email protected]
            wrote last edited by
            #7

            It says it IPv6 ready but doesn't even have any AAAA DNS records.

            It does use TLS 1.3, but only AES 128 bits for me.

            T Z scoopta@programming.devS 3 Replies Last reply
            13
            • anafabula@discuss.tchncs.deA [email protected]

              It says it IPv6 ready but doesn't even have any AAAA DNS records.

              It does use TLS 1.3, but only AES 128 bits for me.

              T This user is from outside of this forum
              T This user is from outside of this forum
              [email protected]
              wrote last edited by
              #8

              Always great to see people who check security before putting their personal information in somewhere

              1 Reply Last reply
              17
              • K [email protected]

                That’s a meme page. Do NOT submit your real private keys!

                Don't tell me what to do with my employers keys.

                S This user is from outside of this forum
                S This user is from outside of this forum
                [email protected]
                wrote last edited by
                #9

                if you have your employer's keys...

                1 Reply Last reply
                5
                • N [email protected]

                  FWIW this is what I did:

                  $ ssh-keygen -f fake_ssh_key
                  

                  (press Enter twice for no passphrase)

                  and then:

                  $ cat fake_ssh_key
                  

                  Which I then just copy-pasted from the terminal. Surely this can't reveal anything about my other private keys, right?

                  30p87@feddit.org3 This user is from outside of this forum
                  30p87@feddit.org3 This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #10

                  Yes. It only reveals stuff about your defaults, which should be ed25519 globally now anyway.

                  1 Reply Last reply
                  7
                  • anafabula@discuss.tchncs.deA [email protected]

                    It says it IPv6 ready but doesn't even have any AAAA DNS records.

                    It does use TLS 1.3, but only AES 128 bits for me.

                    Z This user is from outside of this forum
                    Z This user is from outside of this forum
                    [email protected]
                    wrote last edited by [email protected]
                    #11

                    well, its ready, not that its implemented 😏

                    1 Reply Last reply
                    9
                    • T [email protected]

                      That's a meme page. Do NOT submit your real private keys!

                      oleorun@lemmy.fanO This user is from outside of this forum
                      oleorun@lemmy.fanO This user is from outside of this forum
                      [email protected]
                      wrote last edited by [email protected]
                      #12

                      I went to a similar site, but instead of checking private keys it checked all my credit cards to make sure they weren't on the dark web.

                      /s

                      T mormegil@programming.devM 2 Replies Last reply
                      26
                      • T [email protected]

                        That's a meme page. Do NOT submit your real private keys!

                        krolden@lemmy.mlK This user is from outside of this forum
                        krolden@lemmy.mlK This user is from outside of this forum
                        [email protected]
                        wrote last edited by
                        #13

                        The disclaimer ruins the joke

                        T a_norny_mousse@feddit.orgA 2 Replies Last reply
                        3
                        • krolden@lemmy.mlK [email protected]

                          The disclaimer ruins the joke

                          T This user is from outside of this forum
                          T This user is from outside of this forum
                          [email protected]
                          wrote last edited by
                          #14

                          Better safe than sorry

                          1 Reply Last reply
                          3
                          • oleorun@lemmy.fanO [email protected]

                            I went to a similar site, but instead of checking private keys it checked all my credit cards to make sure they weren't on the dark web.

                            /s

                            T This user is from outside of this forum
                            T This user is from outside of this forum
                            [email protected]
                            wrote last edited by
                            #15

                            Do you have a link? I want to check mine

                            1 Reply Last reply
                            6
                            • K [email protected]

                              That’s a meme page. Do NOT submit your real private keys!

                              Don't tell me what to do with my employers keys.

                              T This user is from outside of this forum
                              T This user is from outside of this forum
                              [email protected]
                              wrote last edited by
                              #16

                              That's ok. Just don't do it with your personal ones.

                              1 Reply Last reply
                              6
                              • T [email protected]

                                That's a meme page. Do NOT submit your real private keys!

                                scoopta@programming.devS This user is from outside of this forum
                                scoopta@programming.devS This user is from outside of this forum
                                [email protected]
                                wrote last edited by
                                #17

                                Page claims to be IPv6 ready...does not actually have an IPv6 address. This isn't a meme, this is a crime

                                1 Reply Last reply
                                21
                                • anafabula@discuss.tchncs.deA [email protected]

                                  It says it IPv6 ready but doesn't even have any AAAA DNS records.

                                  It does use TLS 1.3, but only AES 128 bits for me.

                                  scoopta@programming.devS This user is from outside of this forum
                                  scoopta@programming.devS This user is from outside of this forum
                                  [email protected]
                                  wrote last edited by
                                  #18

                                  Glad to see I'm not the only one checking for a AAAA. Looked like a cool and useful site /s but I only use sites with v6.

                                  1 Reply Last reply
                                  3
                                  • T [email protected]

                                    That's a meme page. Do NOT submit your real private keys!

                                    G This user is from outside of this forum
                                    G This user is from outside of this forum
                                    [email protected]
                                    wrote last edited by [email protected]
                                    #19

                                    Didn't pass captcha to submit my crypto wallet 😞

                                    T 1 Reply Last reply
                                    1
                                    • G [email protected]

                                      Didn't pass captcha to submit my crypto wallet 😞

                                      T This user is from outside of this forum
                                      T This user is from outside of this forum
                                      [email protected]
                                      wrote last edited by
                                      #20

                                      Have you tried disabling VPN?

                                      G 1 Reply Last reply
                                      1
                                      • krolden@lemmy.mlK [email protected]

                                        The disclaimer ruins the joke

                                        a_norny_mousse@feddit.orgA This user is from outside of this forum
                                        a_norny_mousse@feddit.orgA This user is from outside of this forum
                                        [email protected]
                                        wrote last edited by [email protected]
                                        #21

                                        I'm pretty sure there was a version without it first.

                                        Still made me laugh 🤷

                                        krolden@lemmy.mlK 1 Reply Last reply
                                        2
                                        • N [email protected]

                                          FWIW this is what I did:

                                          $ ssh-keygen -f fake_ssh_key
                                          

                                          (press Enter twice for no passphrase)

                                          and then:

                                          $ cat fake_ssh_key
                                          

                                          Which I then just copy-pasted from the terminal. Surely this can't reveal anything about my other private keys, right?

                                          a_norny_mousse@feddit.orgA This user is from outside of this forum
                                          a_norny_mousse@feddit.orgA This user is from outside of this forum
                                          [email protected]
                                          wrote last edited by
                                          #22

                                          We know your unique machine ID now.

                                          N 1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • World
                                          • Users
                                          • Groups