2
9 Comments

[AsK IH] Idea Validation!

[AsK IH] Idea Validation! Would you like to secure your sites apart from a password and validate the browser itself as authorized 2nd factor via SaaS?

on January 31, 2019
  1. 2

    I also don't understand fully... my browser should be the second factor?

    1. 1

      Some sites like upwork sent you another code in email to enter at login process for second factor authentication. It also ask to remember this browser for next login.

  2. 2

    I've read this 3 times and have no idea what you've tried to say here.

    1. 1

      Some sites like upwork sent you another code in email to enter at login process for second factor authentication. It also ask to remember this browser for next login

      1. 1

        But the seconds factor is still e-mail and not the browser.

        1. 1

          Technically yes. However once browser is authorised by entering code. Next login will simply use token save in browser to validate that second factor.

          However instead of saving token. I intented to generate RSA keypairs in javascript and identify browser with its public key signature

          1. 1

            I’m not sure how is this better? Tokens are signed and expire from time to time. You get no extra benefit if you use a public key. At least none that I can see?

            1. 1

              True. It doesn't deliver better value in a SaaS

              However, I have used RSA keypairs for 2-factor authentication for VPN and replaced physical RSA devices in another product. It was a mandatory requirement for PCI certification.

              1. 1

                True. It doesn't deliver better value in a SaaS

                So we have that figured out :D