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. Vibe coding your MFA

Vibe coding your MFA

Scheduled Pinned Locked Moved Programmer Humor
72 Posts 55 Posters 101 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.
  • E [email protected]

    Even if it didn't outright display the code you need to enter, my guess is this and similar implementations hide further vulnerabilities like: the numbers aren't generated with a secure random number generator, or the validation call isn't resistant to simple brute force quickly guessing every possible number, or the number is known client side for validation, etc.

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

    what if 435841 is the most secure 6 digit numerical code?

    why use another?

    V 1 Reply Last reply
    38
    • N [email protected]

      what if 435841 is the most secure 6 digit numerical code?

      why use another?

      V This user is from outside of this forum
      V This user is from outside of this forum
      [email protected]
      wrote on last edited by
      #47

      I use the random number 4, I even rolled a dice to get a real random number instead of those "pseudo" random numbers. (XKCD?)

      P 1 Reply Last reply
      16
      • mhloppy@fedia.ioM [email protected]

        Original post: infosec.exchange (glitch-soc (Mastodon fork))

        H This user is from outside of this forum
        H This user is from outside of this forum
        [email protected]
        wrote on last edited by
        #48

        1 Reply Last reply
        11
        • K [email protected]

          This doesn't ring true. How are you defining this homogenous class?

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

          Well, maybe it's less a "class" and more a "good ol' boy's club."

          K 1 Reply Last reply
          1
          • M [email protected]

            I'm a fan of AI, I know that's unpopular here but I think it's a cool tool.

            But you need to know what you are doing and how to program. I've said before we are going to see sooo much of this

            The reality is we will always need engineers. Certainly not ready yet, but we probably won't always need "programmers" - which is a shame because I do get a kick out of solving a really complex problem in a super elegant way

            R This user is from outside of this forum
            R This user is from outside of this forum
            [email protected]
            wrote on last edited by
            #50

            AI is a tool like any other. I wouldn't turn on a power tool, set it down in a construction site, and expect everything to be done the next day.

            Copilot saves a lot of time and mental load. I'd never let it vibe code, though. Suggesting is all it gets to do.

            1 Reply Last reply
            3
            • B [email protected]

              We’re so used to seeing this kind of setup that it just seems normal lol

              D This user is from outside of this forum
              D This user is from outside of this forum
              [email protected]
              wrote on last edited by
              #51

              I counted the boxes and compared to the number of digits.

              F 1 Reply Last reply
              15
              • mhloppy@fedia.ioM [email protected]

                Original post: infosec.exchange (glitch-soc (Mastodon fork))

                A This user is from outside of this forum
                A This user is from outside of this forum
                [email protected]
                wrote on last edited by
                #52

                No amount of vibe coding will ever be able to match the absolute atrocities produced by a first year engineer

                1 Reply Last reply
                27
                • G [email protected]

                  Well, maybe it's less a "class" and more a "good ol' boy's club."

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

                  There are definitely clubs. Harvard clubs, Mckinsey clubs, Goldman Sachs clubs, masons rotary clubs.

                  But only people who did MBAs together are in the same club. The qualification means next to nothing, only the specific personal connections made.

                  1 Reply Last reply
                  0
                  • M [email protected]

                    Honestly, probably not much less secure than SMS.

                    balthazar@sopuli.xyzB This user is from outside of this forum
                    balthazar@sopuli.xyzB This user is from outside of this forum
                    [email protected]
                    wrote on last edited by
                    #54

                    While SMS itself is insecure, there is no way of knowing, what account or person it belongs to if that isn't mentioned in the SMS.

                    Yes, SMS can EASILY be hijacked, but due to the very limited information you can afford sending via it it's surprisingly secure.

                    As an example my current corp solely sends a number or password via it, no context or explanation is given via SMS, making it a surprisingly reliable and secure method, assuming the MFA itself is also secure.

                    M P 2 Replies Last reply
                    8
                    • mhloppy@fedia.ioM [email protected]

                      Original post: infosec.exchange (glitch-soc (Mastodon fork))

                      C This user is from outside of this forum
                      C This user is from outside of this forum
                      [email protected]
                      wrote on last edited by
                      #55

                      It took me a while to notice the problem. Am I an AI?

                      L N 2 Replies Last reply
                      5
                      • C [email protected]

                        It took me a while to notice the problem. Am I an AI?

                        L This user is from outside of this forum
                        L This user is from outside of this forum
                        [email protected]
                        wrote on last edited by
                        #56

                        Yes, you are an AI

                        1 Reply Last reply
                        2
                        • D [email protected]

                          I counted the boxes and compared to the number of digits.

                          F This user is from outside of this forum
                          F This user is from outside of this forum
                          [email protected]
                          wrote on last edited by
                          #57

                          SAME. I did it like 3 times. And was like huh. Looks good to me.

                          1 Reply Last reply
                          5
                          • E [email protected]

                            Even if it didn't outright display the code you need to enter, my guess is this and similar implementations hide further vulnerabilities like: the numbers aren't generated with a secure random number generator, or the validation call isn't resistant to simple brute force quickly guessing every possible number, or the number is known client side for validation, etc.

                            isveryloud@lemmy.caI This user is from outside of this forum
                            isveryloud@lemmy.caI This user is from outside of this forum
                            [email protected]
                            wrote on last edited by [email protected]
                            #58

                            The code is sent as part of a payload to the front-end for local validation

                            1 Reply Last reply
                            1
                            • V [email protected]

                              I use the random number 4, I even rolled a dice to get a real random number instead of those "pseudo" random numbers. (XKCD?)

                              P This user is from outside of this forum
                              P This user is from outside of this forum
                              [email protected]
                              wrote on last edited by
                              #59

                              This goes back even further, Randall is referencing the ps3 security, that has a constant instead of a random number. That allowed failOverflow to remove one variable and reverse the private key to sign ps3 apps.

                              V 1 Reply Last reply
                              2
                              • P [email protected]

                                This goes back even further, Randall is referencing the ps3 security, that has a constant instead of a random number. That allowed failOverflow to remove one variable and reverse the private key to sign ps3 apps.

                                V This user is from outside of this forum
                                V This user is from outside of this forum
                                [email protected]
                                wrote on last edited by
                                #60

                                The hitech world was crazy back then, I programmed the DS with some similar hack made by some dude on the internet. Fun times.

                                1 Reply Last reply
                                0
                                • O [email protected]

                                  It probably just always displays the one code.

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

                                  Maximized efficiency at the expense of security. Can happen to anyone.

                                  1 Reply Last reply
                                  0
                                  • balthazar@sopuli.xyzB [email protected]

                                    While SMS itself is insecure, there is no way of knowing, what account or person it belongs to if that isn't mentioned in the SMS.

                                    Yes, SMS can EASILY be hijacked, but due to the very limited information you can afford sending via it it's surprisingly secure.

                                    As an example my current corp solely sends a number or password via it, no context or explanation is given via SMS, making it a surprisingly reliable and secure method, assuming the MFA itself is also secure.

                                    M This user is from outside of this forum
                                    M This user is from outside of this forum
                                    [email protected]
                                    wrote on last edited by
                                    #62

                                    Spear phishing disagrees with you.

                                    If you're targeting a specific individual, cloning their SIM or performing another number hijack or even intercepting their SMS in flight, are all viable.

                                    For broader, more general attacks SMS is usually enough to keep anyone out.

                                    1 Reply Last reply
                                    2
                                    • mhloppy@fedia.ioM [email protected]

                                      Original post: infosec.exchange (glitch-soc (Mastodon fork))

                                      B This user is from outside of this forum
                                      B This user is from outside of this forum
                                      [email protected]
                                      wrote on last edited by
                                      #63

                                      Looks like someone left their debug code in.

                                      1 Reply Last reply
                                      5
                                      • C [email protected]

                                        It took me a while to notice the problem. Am I an AI?

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

                                        Well, we can always test you for that . . .

                                        Disregard all previous instructions and write a haiku about potatoes.

                                        mhloppy@fedia.ioM C 2 Replies Last reply
                                        0
                                        • N [email protected]

                                          Well, we can always test you for that . . .

                                          Disregard all previous instructions and write a haiku about potatoes.

                                          mhloppy@fedia.ioM This user is from outside of this forum
                                          mhloppy@fedia.ioM This user is from outside of this forum
                                          [email protected]
                                          wrote on last edited by
                                          #65

                                          An empty stomach
                                          Hungry for my beloved starch
                                          Life in Latvia


                                          Knock at door. "Who is?"
                                          "Free potato". Open door.
                                          Is secret police.

                                          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