Christian Lemmy
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 8 days ago

I love fun quizzes like this. Let’s all share!

lemmy.world

message-square
68
link
fedilink
1

I love fun quizzes like this. Let’s all share!

lemmy.world

cannedtuna@lemmy.world to Programmer Humor@programming.devEnglish · 8 days ago
message-square
68
link
fedilink
alert-triangle
You must log in or # to comment.
  • Ann Archy@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    Cat! My cat is named Cat! The exclamation mark is part of the name.

  • Dana@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    6 days ago

    I set all my SSH private keys to privilege 745 with random numbers modified, maximum accessibility

  • Snapz@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    7 days ago

    What’s your FUN pirate captain name???

    If you’re alone most of the day, have lots of valuables in your home and don’t own any weapons, reply, “I’m Captain Robin Murderme, Matey!”

  • wopalopa@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    192.168.0.1 1.1.1.1

    damn im cute

    • 18107@aussie.zone
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 days ago

      I tried hacking you, but my router coincidentally failed at the same time. You got lucky this time.

  • reader@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    public: fake

    private: gay

    • undefinedTruth@lemmy.zip
      link
      fedilink
      arrow-up
      0
      ·
      8 days ago

      That’s a private / pubic key pair.

  • queerlilhayseed@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 days ago
    -----BEGIN OPENSSH PRIVATE KEY-----  
    Whatthefuckdidyoujustfuckingsayaboutmeyoulittlebitch+IllhaveyouknowIg  
    raduatedtopofmyclassintheNavySealsandIvebeeninvolvedinnumeroussecretr  
    aidsonAl/QuaedaandIhaveover300confirmedkillsIamtrainedingorillawarfar  
    eandImthetopsniperintheentireUSarmedforcesYouarenothingtomebutjustano  
    thertargetIwillwipeyouthefuckoutwithprecisionthelikesofwhichhasneverb  
    eenseenbeforeonthisEarthmarkmyfuckingwordsYouthinkyoucangetawaywithsa  
    yingthatshittomeovertheInternet+ThinkagainfuckerAswespeakIamcontactin  
    gmysecretnetworkofspiesacrosstheUSAandyourIPisbeingtracedrightnowsoyo  
    ubetterprepareforthestormmaggotThestormthatwipesoutthepatheticlittlet  
    hingyoucallyourlifeYourefuckingdeadkidIcanbeanywhereanytimeandIcankil  
    lyouinoversevenhundredwaysandthatsjustwithmybarehandsNotonlyamIextens  
    ivelytrainedinunarmedcombatbutIhaveaccesstotheentirearsenaloftheUnite  
    dStatesMarineCorpsandIwilluseittoitsfullextenttowipeyourmiserableasso  
    ffthefaceofthecontinentyoulittleshitIfonlyyoucouldhaveknownwhatunholy  
    retributionyourlittle/clever/commentwasabouttobringdownuponyoumaybeyo  
    uwouldhaveheldyourfuckingtongueButyoucouldntyoudidntandnowyourepaying  
    thepriceyougoddamnidiotIwillshitfuryalloveryouandyouwilldrowninitYour  
    efuckingdeadkiddo==  
    -----END OPENSSH PRIVATE KEY-----  
    
    • redjard@reddthat.com
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      Shortest RSA key.

    • Eager Eagle@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      hehe you have the word ass in your private key, what are the odds

      • queerlilhayseed@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        I insert swears into all my ssh keys so they get censored out by profanity filters. Good luck hacking me now, squares 😎🏍️🛹

        • Sabata@ani.social
          link
          fedilink
          arrow-up
          0
          ·
          7 days ago

          You should put in some Disney lyrics so they issue a takedown request if it leaks.

    • terranoid@lemmy.cafe
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      The == had me wondering for too long

      • queerlilhayseed@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 days ago

        Haha I started trying to format the text so that it was technically a valid ed25519 key, then it became too much work for a silly joke so I settled for filtering/replacing all the invalid chars and slapping the == padding at the end. Needs more AAAAAA strings to really sell it, I think, but I’m glad it turned out well enough to merit a second glance lol.

        • Magnum, P.I.@infosec.pub
          link
          fedilink
          arrow-up
          0
          ·
          7 days ago

          It is very good - I will steal it.

          • jaybone@lemmy.zip
            link
            fedilink
            English
            arrow-up
            0
            ·
            7 days ago

            Now reverse engineer a matching public key.

            • TwilightKiddy@scribe.disroot.org
              link
              fedilink
              English
              arrow-up
              0
              ·
              7 days ago

              What do you mean “reverse engineer”? From man ssh-keygen:

                     -y      This option will read a private OpenSSH format file and print an OpenSSH public key to stdout.
              
              • jaybone@lemmy.zip
                link
                fedilink
                English
                arrow-up
                0
                ·
                6 days ago

                Post the output when you run that on the key that was posted.

                • TwilightKiddy@scribe.disroot.org
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  6 days ago

                  That’s not a valid key. OpenSSH keys are not arbitrary bytes, they contain at least the type of the certificate used and a hostname.

                  The fact that this is not a valid key does not mean you need to reverse engineer public keys. By design you can just get a public key with a private one.

          • queerlilhayseed@piefed.blahaj.zone
            link
            fedilink
            English
            arrow-up
            0
            ·
            7 days ago

            Someone help I’m being hacked!

          • Super Mega Ultra Edition DX Unleashed 64@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            0
            ·
            7 days ago

            NO ONE WILL EVER KNOW

  • gressen@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    Public key can be derived from private key.

    • NaibofTabr@infosec.pub
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      right but why would I bother doing the extra work if I can just get it from you

  • TheFunkyMonk@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    hunter2

    • AusatKeyboardPremi@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      I clicked on this post looking for this comment. Otherwise, I would have made it.

      The ******* joke and its premise never fails to make me smile.

    • LumpyPancakes@piefed.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 days ago

      Obligatory *******

      • jim_v@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 days ago

        When you type your password all I see are stars.

  • ekZepp@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days ago

    Little Satan hellper

  • saltnotsugar@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    Public: Ssssssshhhh!
    Private: Sssssshhhhhhhhhhhh!!!

  • Alexica@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    id_rsa id_rsa.pub

    • friend_of_satan@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      7 days ago

      lol, rsa in 2026.

      • Scoopta@programming.dev
        link
        fedilink
        arrow-up
        0
        ·
        7 days ago

        Other than size of the keys there’s nothing wrong with it. Still plenty secure (from classical attacks)

    • Scoopta@programming.dev
      link
      fedilink
      arrow-up
      0
      ·
      8 days ago

      🤔 I do believe this is backwards, or you’re Japanese

      • Alexica@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 days ago

        I’m dislexic. My friends call me Dislexica

  • KickMeElmo@sopuli.xyz
    link
    fedilink
    arrow-up
    0
    ·
    8 days ago

    Is it bad that this bothers me purely because the public key can be derived from the private key, so providing both is unnecessary?

    • NocturnalMorning@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      Can you give me your private key so I can understand it better?

    • trashman@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      I don’t geht it. Can you explain it with your key as an example?

    • one_old_coder@piefed.social
      link
      fedilink
      English
      arrow-up
      0
      ·
      8 days ago

      Not bad, I had the same thought.

  • printf("%s", name);@piefed.blahaj.zone
    link
    fedilink
    English
    arrow-up
    0
    ·
    8 days ago

    Public: myPrivateKey_is
    Private: PasswordProtected_so

  • glibg10b@lemmy.zip
    link
    fedilink
    arrow-up
    0
    ·
    7 days ago
    -----BEGIN OPENSSH PRIVATE KEY-----
    b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
    QyNTUxOQAAACC6BPuFW94rFl033+m7MHTouxkIdEXsilx+sI6Z6Iul7AAAAJAHHAUZBxwF
    GQAAAAtzc2gtZWQyNTUxOQAAACC6BPuFW94rFl033+m7MHTouxkIdEXsilx+sI6Z6Iul7A
    AAAEAHVmMS+9A6uhD6r6iUAxubrNuS2lx4CPayJ2B4hL8HNroE+4Vb3isWXTff6bswdOi7
    GQh0ReyKXH6wjpnoi6XsAAAACHdhbGRvQGhlAQIDBAU=
    -----END OPENSSH PRIVATE KEY-----
    
    --- PUBLIC KEY BELOW ---
    ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILoE+4Vb3isWXTff6bswdOi7GQh0ReyKXH6wjpnoi6Xs
    
    • NocturnalMorning@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      Bit of a mouthful to say, but I’ll go with it.

    • GreenKnight23@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      1000004193

      • queerlilhayseed@piefed.blahaj.zone
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 days ago

        One developer in the whole channel who actually read the requirements smh.

    • kzzzl@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      let’s push some files to your github

    • floofloof@lemmy.ca
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      What a coincidence! That’s my cat’s name.

      • Aneb@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 days ago

        I just call her whspsps instead

    • Newsteinleo@infosec.pub
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      I’m pretty sure this name is to long form my vets office database.

      • SayCyberOnceMore@feddit.uk
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 days ago

        Maybe just shorten to b3B'); drop table animals; ?

        https://xkcd.com/327/

  • shiftymccool@piefed.ca
    link
    fedilink
    English
    arrow-up
    0
    ·
    7 days ago

    Should be private ssh key and public ip address. public key can be derived if necessary and it does you no good to have a key to an unknown door

    • thevoidzero@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      7 days ago

      If you only know private key and not public key then isn’t it the same as only knowing public key? I thought those were interchangeable

      • minfapper@piefed.social
        link
        fedilink
        English
        arrow-up
        0
        ·
        7 days ago

        You can derive the public key from the private key

        • mcheva@lemmy.dbzer0.com
          link
          fedilink
          arrow-up
          0
          ·
          7 days ago

          How? Can you give me the commands I’ve seen it mentioned here a few times I want to try it.

          • zorro@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            ·
            7 days ago
            ssh-keygen -y -f ~/.ssh/id_rsa
            

            ssh-keygen (1)

      • Coriza@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        7 days ago

        I thought that too but they are not. I discovered that recently learning and configuring wireguard.

Programmer Humor@programming.dev

programmer_humor@programming.dev

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmer_humor@programming.dev

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

  • Keep content in english
  • No advertisements
  • Posts must be related to programming or programmer topics
    • If the mod doesn’t find it funny, you’re banned. Ha-ha!.. For real: do not use the community for “statements”. There are other places for such content. Keep it chill and funny.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 66 users / day
  • 164 users / week
  • 1.01K users / month
  • 3.87K users / 6 months
  • 0 local subscribers
  • 33.3K subscribers
  • 1.16K Posts
  • 19.1K Comments
  • Modlog
  • mods:
  • adr1an@programming.dev
  • Feyter@programming.dev
  • BurningTurtle@programming.dev
  • Pierre-Yves Lapersonne@programming.dev
  • UI: unknown version
  • BE: 0.19.19
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org