Do you find yourself using passkeys or strong 2FA to secure your accounts? Leave a comment with your experience and if you don't already have a good 2FA key, get $5 off your next Yubikey purchase: www.allthingssecured.com/yubikey5off
@S103945 ай бұрын
Thank You For Your Content ❤ you put so many videos which help people learn also I Brought 2 Yubikeys about one year ago love them I fell much safer the best 2FA method easy and secure
@AllOSesOfficial5 ай бұрын
Strong, I forget my passwords and passkey save me I just need to use my fingerprint
@ivory.narwhal5 ай бұрын
@@AllThingsSecured honestly, I use both. Passkey for my mobile device. This is preferred. I also use MFA and all services I use too, should an attacker choose to use a password login they would still need an MFA code.
@Everything2A5 ай бұрын
Pass keys are far better than a password with 2FA. However, with software passkeys, there’s always a compromise for convenience. Hardfobs are by far the most secure.
@DavidBerlind22 күн бұрын
Josh, @allthingssecured ... I've watched all your Yubikey videos. Did you know that Android phones are FIDO2 compliant keys as well? So, why not recommend using an Android phone (For those of us on Android) as our primary key and something like a Yubikey as the backup? After all, we have our phones with us all the time anyway!
@talle13415 ай бұрын
Oh boy, that shirt isn't good for youtube's bitrate ^^
@AllThingsSecured5 ай бұрын
Haha! Yea, I’m learning that.
@AdemChatum5 ай бұрын
The video feels like it slows down
@Tsaukpaetra5 ай бұрын
I don't think it's KZbin that's the problem LOL.
@ohiobumass4 ай бұрын
Why is that? Can anyone explain it?
@robervaldo46334 ай бұрын
@@ohiobumass the video compression algorithms try to limit the amount of data transferred (bandiwidth), it seems they can't deal well with the amount of details on the shirt, then instead of reducing detail they prefer to reduce the amount of frames, or something like that
@ThatonedudeCR129565 ай бұрын
Thank you for covering this! I bought keys like a year ago and I honestly couldn't figure out if I was using it incorrectly. Almost no sites allow the key to be anything more than a backup since you essentially still need to log in how you previously had. I was really wondering if it was something I set up incorrectly. So relieved it's just awkward to use them in many places
@AllThingsSecured5 ай бұрын
Yea, passkey use is limited, but using it as a 2FA key is very useful!
@GuillaumeRossolini5 ай бұрын
The advice in the video is on point for this: use the keys only for the most sensitive accounts, and you’ll find that these services are often the most mature as well. One thing the video didn’t mention: keep a record of which accounts you set them up on, because on the day you lose the main key, you’ll want to order a new one and set it up on these same accounts again (and revoke the lost key too)
@artos62095 ай бұрын
@@GuillaumeRossolinithat's the reason to have 2 of them. One you use and one stored in a safe place as a backup.
@GuillaumeRossolini5 ай бұрын
@@artos6209 no, I’m well aware and I was actually pointing out what happens when you lose one of the two keys
@AnnaPinguinАй бұрын
@@GuillaumeRossolini THE problem is that the most important accounts does not allow to use yubico security keys??? why , ie banks
@Dygear4 ай бұрын
As someone who just implemented Passkeys on the server side, the username part as mentioned in 6:12 is not actually required. The passkey when you first sign into the server sends a sha256 hash of the public key along with it. Every time you use a passkey, that same hash is sent back along with the challenge response. The server can use the hash for the user lookup (so it doesn't have to check your challenge against n number of users to find out who it actually belongs to) and then check the challenge against the public key as stored in the database. I offer my users a simple button that allows them to sign in to their account with just their passkey. No username is required, just physical control of the passkey device (be that a phone, tablet, computer, or Yubi / Titan security key.)
@_w_w_4 ай бұрын
The issue right now is you are required the enter the user ID. He is right about all these issue. UserIDless passkeys puts a point of weakness at the device/service you use to store the password. Since biometric data is supposed to stay in the device and not in the cloud, you will need to enter a password before you can register an account on the device to perform biometric. Long story short, the current passkey implementation is not very helpful.
@ngocthuyanh.c27 күн бұрын
@@_w_w_ Entering the username might still be risky during malware overlay attacks I think. I live in Taiwan and a lot of the banks actually don't require you to enter our username on their apps. Instead, your username will be displayed on the screen but half of the digits are hidden. As a provider of a Passkey solution, our company also looks into the problem you mentioned about needing users to enter a password before they can use biometric, that is true. Our solution to that is placing risk detection to collect device information before the user registers for biometric. I know it's not the best way to go around it, but it's better than nothing. For banks here, to register on their mobile app, you'll need to first bind your device to the account on the app - through SMS OTP. Then, register for biometric with another SMS OTP. We still think SMS OTPs aren't that great, but it seems to be one of the only options for banks here now.
@hoopoe_5 ай бұрын
Passkeys are probably intended for people who have so far been using simple passwords, memorising them and using them on multiple websites. Using passkeys will mean a big jump in security for them. Those who use password managers for creating and saving long, random, unique passwords for each website along with 2FA won't gain much by using passkeys. I have created passkeys on a couple of websites out of curiosity but I still use passwords on those sites.
@martijnvanderwal39764 ай бұрын
You do make a valid point, however, passkey also protect against phishing, which is something a strong and unique password still won't protect against.
@TheFman2010Ай бұрын
Passkeys protect corporations from having to get sued if their clients’ passwords get stolen.
@shubinternet5 ай бұрын
Note that Amazon and Google both use password protected hardware tokens (like Yubikeys) as their method of authenticating to internal systems. It takes some additional infrastructure, but it is very robust and resistant to many types of attacks. But the human behind the keyboard will probably always be the weakest link.
@AllThingsSecured5 ай бұрын
Always
@balarajuc5048Ай бұрын
Thanks , on searching KZbin for Passkeys , this was the best video among all . Great content . Thanks
@Tux.Penguin5 ай бұрын
If a website login (such as the Amazon example here) allows the user to choose either password or passkey, then the passkey seems to add zero security. An attacker in possession of the password would simply choose that option.
@AllThingsSecured5 ай бұрын
In some respects, yes. But there is added security if YOU as a user only use the passkey. It protects against phishing and it's not susceptible to keyloggers or other MITM attacks.
@Tux.Penguin5 ай бұрын
@@AllThingsSecured ah, good point. If that password is unique, safely guarded, and never used, then a user can enjoy the benefits of a passkey and just reserve that password as a last resort method.
@JoeTomasone5 ай бұрын
That’s why for accounts like that - where someone can cost you money - use a password manager like 1Password to create an incredibly complex password and enable 2FA.
@JoeTomasone5 ай бұрын
I should add that most sites are reticent to remove password authentication since passkeys are so unknown to most users. Once they become more accepted, I would expect password logins to be removed for new accounts and then ultimately for legacy accounts. That - of course - will take quite some time. All major changes do.
@peterstonesuk5 ай бұрын
@@AllThingsSecured AITM
@NomadOutdoorAdventures5 ай бұрын
I totally agree. I love having my account secured and I do have a security key in place for as many accounts as I can, but yet still have not activated passkey on any of my accounts I feel the same way about passkey going to continue using what I’ve been using to me. I’m very happy with that.
@AllThingsSecured5 ай бұрын
Glad to hear it. 👍🏻
@Call_Me_David2 ай бұрын
So for security and safety, you should have two yubikeys, and a smart thing to do would be to have the second one stored off site, but since you have to have physical access to the spare key to be able to add it to your services, storing it off site becomes impossible.
@GlassDeviant4 ай бұрын
Funny how a month after this video, a vulnerability in YubiKeys and other systems that use the Infineon library came to light.
@jwillisbarrie4 ай бұрын
Thanks for adding actual captions for the Deaf - and thanks for clear explaination
@larkc76775 ай бұрын
Thank you - very helpful. I was confused about the difference between physical and syncable passkeys and this is a good explanation.
@AllThingsSecured5 ай бұрын
Glad it was helpful!
@autohmae5 ай бұрын
It's really sad that he said some only allowed syncable passkeys.
@LucTaylor4 ай бұрын
I did a rant recently on Facebook , basically saying "what is a passkey and why should I trust Samsung to handle my authentication" I mistakenly assumed it was a string, similar to a session token or api key. Knowing it is asymmetric key is interesting and helpful. Thank you .
@DavidWX877Ай бұрын
I have two yubico keys the issue i have is with banks, i can use the yubico key but they still allow for a code to be text to your phone as a second option. You can not disable that second option.
@Jaxx_4045 ай бұрын
The title is very misleading. It seems that the message is: passkeys suck as a method in general, while in reality is the adoption and implementation that every company does that is up for debate. One example. The so much criticized Sony (Playstation), after many data breaches, is so far the only gaming publisher that introduced passkeys in a way that it invalidates password and 2FA. You want to remove the passkey, you need to set up a new password and 2FA.
@utuber10005 ай бұрын
"the only gaming publisher that introduced passkeys in a way that it invalidates password and 2FA. You want to remove the passkey, you need to set up a new password and 2FA." That's the way it ought to be on every website, starting with all financial websites, but so far I don't see any groups or individuals strongly advocating for that position.
@AllThingsSecured5 ай бұрын
Sorry you didn't like the title. Saying "The implementation of passkeys suck" just didn't have the same ring to it.
@Jaxx_4045 ай бұрын
@@AllThingsSecured your channel, your title 🙂 If the goal is convincing people to adopt passkeys and I read "passkeys suck", I think we're giving the wrong message. Keep up the good work
@autohmae5 ай бұрын
A title on a KZbin video has a truth to it, but also a bit clickbaity ? Say it ain't so ! 🙂
@dabig_guy220425 күн бұрын
EXCELLENT VIDEO!! Thank you.
@mikefiatx19Ай бұрын
you can use the yubikey as 2FA as well so you just use the key as a passkey then tap the key again to 2FA.
@westbccoast4 ай бұрын
I wish banks took security seriously and gave us the option of hardware keys, banks 2FA are a joke, sad
@russelloconnell33672 ай бұрын
They do use the venerable RSA SecurID tokens for commercial accounts.
@0x1066Ай бұрын
Yeah good point, just what is it with the banks? you would of thought of all places they would be the most secure
@cobrabtc5 ай бұрын
also. These companies that have passkey support should also offer the user the ability to remove and delete the logging in with a username and PW. Defeats the purpose and security of passkeys if that old tech is still avail and could get hacked and stolen.
@AllThingsSecured5 ай бұрын
I agree, but I think they're going to be slow to do that for a number of reasons.
@Toramt5 ай бұрын
They'll still need a mechanism for you to gain access if you lose your passkey.
@SirusStarTV4 ай бұрын
@@Toramt they can add a feature to unlock password authentication by sending sms with OTP to your phone and then after you're verified you can enter your password.
@MichaelJessen5 ай бұрын
Thanks Josh, good to see someone discussing Passkeys in more depth. Here's what I'd like to know: 1. I note that I can turn off password and passkey sync'ing in my devices. In this case, I'd need to create a separate passkey for each device. Once that was done, wouldn't that be equivalent to having multiple yubikeys with separate passkeys? 2. Does the emergence of passkeys resident on devices threaten Yubico? Be interested to hear your thoughts.
@AllThingsSecured5 ай бұрын
Thanks for the questions, Michael. Yes, you can create single-device passkeys using your phone and that would be about the same as a Yubikey. The difference is that the phone is connected to the internet at all times while a Yubikey is not. And no, I don’t think this threatens Yubico. In fact, they helped develop the FIDO2 standard. Their key is just one of many ways that you can do 2FA or passkeys. Make sense?
@autohmae5 ай бұрын
the more widespread these technologies are, they might sell less percentage wise, but the market itself will be many many times larger
@scottag05 ай бұрын
This is an indictment of the websites that don’t know how to implement Passkeys well, not an indictment of Passkeys.
@opesach5 ай бұрын
In amazon the passkey is just replacing the password but in Google and Microsoft they are replacing the 2nd auth 2FA as well.
@Ldysith844 ай бұрын
Using a physical device for 2fa codes feels so cumbersome for logging in from mobile devices!
@demorez55 ай бұрын
every criticism in this video is aimed at the implementation of passkeys, instead of passkeys as such. i think its a great technology and since i have implemented it in my identity provider my life has become so much easier, i can log in into all my services with a single PIN or fingerprint
@darrylcoleman43475 ай бұрын
This Was a really informative video thank you for sharing and education for the public
@AllThingsSecured5 ай бұрын
You're welcome, Darryl!
@simonr6643Ай бұрын
Passkeys are ZERO good as someone I know has died and the spouse wants to access the email as he was the only person set it up and knew of the passwords. No good asking him for a fingerprint or eye or anything really. Totally losing my mind over it, plus like everything else in life the older you get the less you can cope with technology and as we all know all big major companies are now putting bills online and I defy anyone who is old to try and teach an older person about what our generation has built up growing up with tech. I hope that makes sense.
@vmobile890Ай бұрын
There needs to be paper printout on directions with options for seniors on tec security . On the fingerprint or face recognition needs to do that at death . Best have the beneficiaries of the trust as second user or setup paperwork .
@_w_w_4 ай бұрын
I am quite in tune with security as I work on adjunct technologies. Passkeys are glorified randomly generated passwords for now. It require a few things that rooted in having password anyways. Passkeys need to be stored on major ecosystem platforms, or in password manager software. Current implementation and regulation on biometrics mean none of those are stored in the cloud, so if you ever try to provision a new device (that is the gate keeper for your passkeys), you will need to enter an account and password anyways. Those ecosystems or password manager serve as point of failure or attack point. Passkeys don't really solve most of these issues. The best and most flexible solution is to use a hardware device but not your phone or tablet.
@mydetlef16 күн бұрын
One problem with the big providers is that they don't have tiered permissions. Let's take Google as an example. A username, a password and 2FA. It doesn't matter whether someone just wants to read emails or whether they want to change the password or delete the account. Of course it's unpleasant if someone reads my emails without authorization. But it's of vital interest whether I lose access to my emails - because they are often 2FA for another service. Separate permissions and different access restrictions would be very helpful here. If you lose your Android phone or it gets stolen and they know your pattern, you're lost.
@augustusmaximus87845 ай бұрын
glad i`m not stupid. i started to use passkeys and thought i might do something wrong. or i needed to change some settings, because all my accounts act just like the passkey is password ...
@AllThingsSecured5 ай бұрын
Ha! Yea, you’re not alone, nor are you stupid 😂
@gabrielgon34084 ай бұрын
You didnˋt mention the most important thing and the reason why Iˋm not using passkeys at all. At least on my device, an S22 ultra, the passkeys asks for my fingerprint OR MY SMARTPHONE PIN. Thats completly absurd. Why would I swap a long and random password for an 8 digit pin? AND MORE, I live in a country (Brazil) thats possibile that someone would point a gun at me and ask for my pin, so sure, letˋs give the thief my device AND the password for all my passkeys. (!!!) Another possibility is someone being able to see me unlocking my device with the pin for some reason, something that also happens in the US. Until itˋs only possible to unlock with biometrics and not the deviceˋs pin, Iˋm out. Very unsafe.
@GlassDeviant4 ай бұрын
It is possible for a person in any country to point a gun at you and demand your pin. And biometrics really aren't any better since someone could cut your finger right off, or your eyeball out, to use in bypassing your security if they considered your data valuable enough to be worth the crime.
@elliot10293 ай бұрын
at gunpoint they could demand you to unlock it with your face or thumb anyway i still agree the pin is not very secure if the passkey is satisfied with just your device pin, that's deterring me as well
@klipk72962 ай бұрын
someone could point a gun at you and demand your username and password though no?
@deejay59085 ай бұрын
Finally i understand....thank you so much! 😅 Greeetings from Austria. 🇦🇹
@AllThingsSecured5 ай бұрын
Greetings to you as well!
@PotentChr0nic3 ай бұрын
How were you able to autofill two-factor codes like that, that's super neat!
@MichaelMossmanNZ2 ай бұрын
6:56 I think he mentioned it ... copy & paste =)
@ptsai5145 ай бұрын
In my experience some financial service providers have already doing passkey with device binding.
@AllThingsSecured5 ай бұрын
Interesting…which ones?
@Life_is_a_beach_40422 ай бұрын
I agree hardware tokens are the better concept. I use a bunch of yubikeys too. I don‘t use passkey at all because that concept does not really increase security, but could brings a lot more trouble in the game for users as you also mentioned in the video. And storing passkeys in a password manager is a bad idea, except you use one only for that purpose.
@albertopicado49435 ай бұрын
Concerning the point of some websites requiring you to enter email then use passkey instead of password only then require 2fa(amazon), this differes accross different services. So Some services actually have on the login page a button to click to sign in with passkey directly without requiring entering the email and if you have setup 2fa this first passkey will bypass the 2fa (Microsoft for example). Some other like Proton let you decide if you want to use passkey as a replacement to password only while still requiring the 2FA method (or vice versa according to your settings). So to summarize, the implementation of passkeys is different accross websites.
@AllThingsSecured5 ай бұрын
You are correct. I think I said in the video that every website implements it differently.
@autohmae5 ай бұрын
I think email address is fine, I can see how the flow of a login would be easier to build for many existing websites. The email address can also be a simple auto-fill by the browser anyway.
@simev50022 күн бұрын
When you add a physical passkey to the sequence of other layers of password managers, 2FA authentication, etc, you are already complicating the log in process all over again. Which brings us back to Square One 😂, the good old password. Your secured access is only as good as the sentry you put at the gate, which is you and your memory or, the methodology in creating /maintaining a password. Every additional steps only add more vulnerable points to outside exploits.
@rpm36055 ай бұрын
Right on target sir. I looked into what services allow the use of passkeys and found that very few of my important and most important accounts have adopted passkeys. I’m staying with username/passwords, password manager with very random mixed (letters, numbers, special characters) greater that 15 character passwords, and two factor authentication where ever it’s offered. What you have described says that passkeys are a bigger pain in the but than what I use now. Not very encouraging.
@rpm36055 ай бұрын
I forgot to say that I also set up alerts for my important/most important accounts so I get notified of activities on those accounts. Is all this a guarantee? No, but it is IMHO the best way to go at this time. I’ll check out passkeys sometime in the future when the Google/Microsoft/Technology industry has them better worked out and far more ubiquitous.
@hoki36975 ай бұрын
Is it my computer or is there a weird framerate in some parts of the video?
@AllThingsSecured5 ай бұрын
Yea, sorry about the dropped frame rates. It’s a new piece in my studio and I’m working on it. Thanks for your understanding.
@Ice_21925 ай бұрын
I'm watching this on my work computer and the FPS get me thinking "Is this laptop really that bad?" lol
@kfffisher5 ай бұрын
Educational as always. Thank you!
@AllThingsSecured5 ай бұрын
You bet!
@ivantrump402222 күн бұрын
It’s still to be proven whether there are any vulnerabilities to using passkeys stored in iCloud for instance. That is if your iCloud account is encrypted. I can’t see any way for your login credentials to be compromised.
@jonathanhirschbaum67545 ай бұрын
Passkeys are new IPv6
@theoldtribe5 ай бұрын
If I have set up multiple YubiKeys for an account, should I then disable the use of SMS 2FA?
@AllThingsSecured5 ай бұрын
If you can, I would advise that you do.
@seansingh44215 ай бұрын
Because text messages is the main vector for SIM cloning. I would suggest if you can use your Yubikey everywhere you can
@MelissaB09995 ай бұрын
I do use Yubikeys, as a passkey and 2FA where I can, but also like the convenience of using my phone or laptop as the device sometimes instead of my Yubikey (not saving in iCloud Keychain or Google Password Manager). Where would you place the security of using your phone or laptop as the device vs. a Yubikey in the scheme of things?
@AllThingsSecured5 ай бұрын
I tried to answer that toward the latter half of the video. It depends on the sensitivity of the login. For me, the Yubikey is the ultimate form of security, so it gets used for the most sensitive logins.
@dennisvanmierlo5 ай бұрын
Good quality content. I agree with your view on passkeys. The quality of your video is not that great. Very often it looks like it's missing frames. Maybe it a result of how the overlay graphics are rendered!?
@AllThingsSecured5 ай бұрын
No, it’s my fault on skipped frames due to some new equipment. It’s a one-time event.
@utuber10005 ай бұрын
If one of the principal motives for introducing passkeys is to eliminate the ability of wrongdoers to obtain our passwords by breaking into websites we use and/or buy stolen passwords on the dark web, then what is the point of websites not giving us the option to remove our user name and password after creating a working passkey into the site? It seems like an exercise in futility the way it is presently set up. This paradox substantially contributes to the slow adoption rate of passkeys by users, in my opinion. As things now stand, taking the time to set up passkeys wherever available, as I have done, feels more like a parlor game than a successful step to beef up our security. Or perhaps a sales argument for hardware keys instead of passkeys? Or simply, the biometrics option already available on most computers and phones?
@cx1291Ай бұрын
I am trying to change my Google Passkey to a Yubikey. It looks like Google will not let me. What do you suggest?
@lupoal41135 ай бұрын
here in Italy there are no BANK accepting authentication via ubkey or other similar producs... wondering why
@Yggdrasil424 ай бұрын
Banks are notoriously conservative. It'll take years before they catch up. And in the end they have to deal with all types of people, even seniors who can barely use a phone, so I understand their reticence to adopt new technology.
@davidunwin78685 ай бұрын
Getting password manager and a couple of hardware keys has completely changed my life. I never need to remember a username or password ever again (except for work stuff)
@McWotsch2 ай бұрын
Did I understand it right: You use one Yubikey for the master password to your password manager and a second one as 2FA ?
@davidunwin78682 ай бұрын
@McWotsch no not correct. You choose a Master Password (text/numbers/symbols) and type it in to unlock 1Password. The 2FA is set up to only allow 1Password to open on specific devices, eg, phone, computer. If anyone tries to log into the password manager but is on a new device, it will ask for the Yubikey to verify, as 2FA. It's important to have two Yubikeys, in case the first is lost or broken, so the 2nd key can be used instead for 2FA. If both keys are broken or lost, then the only other way to access the password manager is using the recovery codes. If you lose them, then you pretty much lose all access to all accounts. It's very secure which is why you need backups.
@NikiBretschneiderАй бұрын
Passkeys are great, but the way they are adopted is…horrible. I tried to use passkeys at Discord and ended up with passkeys used as a…well…third factor of authentication. This is definitely not the way how this should be implemented.
@ToubaYounessАй бұрын
What is teh difference between Yubikey 5c and Yubikey 5c NFC ?
@JessySpinka3 ай бұрын
I believe Syncable passkeys, stored in a centralized password manager as a secure modern day replacement to the „sign in with google“ button. I just don’t like how some platforms have weird implementations that appear to try to use them for lock-in to their own password managers. Looking at you Apple.
@nomadshiba5 ай бұрын
2:05 im not a fan of security keys or any other physical device that gives permissions. only secure place for a private key or its seed is your mind, with an external signing device
@cx1291Ай бұрын
Thanks, I am trying to change my Google Passkey to a Yubikey. Google has made it difficult and still not able to change my Google Passkey to a Yubikey. Any suggestions.
@jinvid5 ай бұрын
Nice Lego Globe my guy!
@RussMichaels5 ай бұрын
The biggest issue is those accounts that people think are not important and have weak security on. The hackers get into these accounts easily still your identity get the answers to all your security questions and then use this information to get into all your other accounts and reset your passwords and get past your past keys.
@russmarano38025 ай бұрын
they still cannot get past the physical key, change pw/un all they want, the physical key stops them dead in their tracks.
@RussMichaels5 ай бұрын
@@russmarano3802 you seem to be under the impression that every single account/website on the internet supports 2fa keys. This is simply not true, most sites still do not even have basic 2fa let b alone physical keys. And yet you can get past logins that have this, it happens every day. You should watch some of these hacking videos on here and see how they do it.
@jmr5 ай бұрын
Tracking passkeys is an interesting thought experiment.
@CedroCron5 ай бұрын
Until there is a standard and easier portability I'm only using my hardware keys as a 2FA method. Once all places allow me to store my passkeys in Bitwarden and use that as my Passkey everywhere and not just select sites then I'm not interested in Passkey. The other thing I don't like is not being able to turn off account recovery for Passkeys or Hardware keys because then it just lowers the security if someone gains access to your email or SIM-jack's your phone.
@AllThingsSecured5 ай бұрын
👍🏻👍🏻
@kcav1255Ай бұрын
So, if I create a passkey in 1Password, then isn’t my passkey behind the same master password/2FA as the rest of my passwords?
@Lynne210625 күн бұрын
What if you lose it?
@joev4045 ай бұрын
If you are in the United States ALWAYS use a password as an obligatory factor in a logon process, no matter how many other factors you use. The government can compel you unlock a device with a fingerprint or a face but they can’t make you utter a password. My opinion says that you have a Fourth Amendment right to be secure in your person and a Fifth Amendment right to refrain from incriminating yourself but every court says otherwise.
@LTPottenger5 ай бұрын
They will give you contempt charges if you don't in some cases but if you have something that important than setting it to destroy itself is better
@whatthefu37864 ай бұрын
In Belarus they totured activists to get the PINs and passwords. To avoid this they smash the screens of their phones as soon as they know about an raid or arrest.
@FalconDS95 күн бұрын
a yubikey is a passkey, right? im not sure if i understand this correctly.
@Mysdia4 ай бұрын
Passkey Does replace 2FA. As for whether it replaces typing in a Username or not.. I would say the End User should have control over whether the website will be registered on their FIDO2 token as a RESIDENT key. If it's a Resident key, then the website should be able to Prompt the user to PICK from a list which account they want to use. There is no requirement to prompt for a Username, but it's a design decision by the website operator. I don't understand why Amazon still prompt for it after a Passkey is supplied either. They should at LEAST make it an option to skip 2-step Login only when a Passkey is used.
@tac735 ай бұрын
I had set up passkeys wherever I could. But, long story short, I've backed off on that. When the dust settled, I'm back to using Yubikey's OTP, and Bitwarden's TOTP for 2fa. For me, Passkeys are too wonkie right now. Maybe one day when they gain more uniformity in implementation and scale?
@AntonioMM9214 күн бұрын
What’s the 2FA app that you use? I’d like to move away from Authy.
@youtubeadfree41875 ай бұрын
What happens if you lose the Yubikey?
@azclaimjumper5 ай бұрын
Same as losing a key to a padlock. Which is WHY you want to buy TWO Yubikeys, same as getting 2 keys when you buy a padlock.
@AllThingsSecured5 ай бұрын
Yes, what @azclaimjumper said.
@solomonhilliard53575 ай бұрын
Use your back up to login and remove the lost key from the account
@mr-lacker5 ай бұрын
buy two or none
@KYFHOme3 ай бұрын
Yubikey looks cool but I like the idea of the onlykey for storing soecial passwords. Can anyone tell me if the onlykey has problems I should be aware of?
@CP-xu2pj4 ай бұрын
How is a pin different from or more secure than a password? I don’t get it.
@mysterychemical3 ай бұрын
1:10 Nope! Passwords hash are stored by server and not plain password. This has been a practice by most companies for over a decade.
@steveshuffle5 ай бұрын
Amazing video Josh - thank you for your work 🙌🏽
@AllThingsSecured5 ай бұрын
Glad you enjoyed it!
@lumixS5M25 ай бұрын
just to be curious, what be your daily work?
@AllThingsSecured5 ай бұрын
I be working online
@TikkaQrow2 ай бұрын
All fun and games until you lose your passkey XD I have one old MMO game I played that eventually required a mobile app to sell items in the in-game shop. It's tied to the physical phone you set it up with. Essentially a single device 2FA. I no longer have that phone, so there's no way I'll ever be able to use the player shops in that game again. It took MONTHS for the game's support team to respond to my ticket. By then I was long gone. Sometimes being 'too' secure just locks the end user out all together. It's fine to replace old methods with new ones, but companies better make DAMNED sure the new methods are as easy to use and RECOVER as the old methods.
@Kevin-mi2xjАй бұрын
Who wants to carry around a usb passkey all the time? This is not practical.
@TheTatramaco14 сағат бұрын
Keep it on your house keys. I have for 10 years or so….
@expat645 ай бұрын
This was actually a really good presentation. Unfortunately I saw what looked like a click-bait title so almost didn't watch it. Indeed it took it a couple more times popping up on my suggestions before I was tempted in. I'm glad I was, and am not following you 🙂
@jamessteele71022 ай бұрын
How do you use those physical keys when accessing websites from a phone or tablet without a USB port?
@estusflask982Ай бұрын
All phones and tablets have USB-C ports now. Just plug the Yubikey into your phone's charging port. Some Yubikeys also have NFC (wireless protocol your phone has).
@nonelost12 ай бұрын
2:32…*this is a very simplified way to explain passkeys. The actual authentication process is much more complicated.
@kevinobrien23665 ай бұрын
Do Yubikeys work across different devices? I would want one key I can use on my PC laptop, google phone and tablet. Good video, thanks
@artos62095 ай бұрын
Think they are available in USB A & C also in a version that has NFC support for phone that are so equipped. Not sure if the USB C version will work on a phone through the USB port or not though.
@AllThingsSecured5 ай бұрын
Yes, that’s part of what makes them so useful: they work on any device that as a USB port or NFC capabilities (most laptops, tablets and phones nowadays).
@MarcLombart5 ай бұрын
How would I use a key like Yubikey to log onto sites on my mobile devices?
@AllThingsSecured5 ай бұрын
You can either plug it into the USB-C slot or the Yubikey 5 series also allows for NFC (which is just tapping the key on the phone to use).
@toddhensley8805 ай бұрын
They’ve managed to make this as complicated and confusing and convoluted as using PGP, which went absolutely nowhere in the consumer space.
@AllThingsSecured5 ай бұрын
Yea, I don’t think I’ve appreciated how important consumer packaging and user experience play a role in security standard adoption.
@BobFrTube5 ай бұрын
This is oriented towards human users. The challenge is in using APIs and connecting devices that operate on our behalf. The worry is that this rolls us back to the days before people could write their own apps.
@libertarian16374 ай бұрын
Funny how a guy in the 1960’s thought multiple people may want to use 1 device; but in 2024 Apple still doesn’t allow more than one user on IOS or IPadOS devices.
@MutantNinjaDonut4 ай бұрын
Dude in the 60s was an engineer. Apple is a capitalist organisation. It’s that simple. Multiple user accounts on an iPad will result in fewer sales. And this isn’t an Apple thing, every other capitalist organisation is the same. The difference is Apple is in a position to commit fully to this route while other companies may need to allow multi user accounts in order to differentiate themselves, but they certainly wouldn’t if it meant making more money.
@samuelchamberlain25844 ай бұрын
Surely such devices are personal ie only you or spouse/child would use them .
@pleggli2 ай бұрын
I use the passkey as the second factor to the password which I let the browser store.
@FranzBazar5 ай бұрын
Our (very large software) company forced all employees to "switch" to using passkeys. I got it set up, and if anything it's Less convenient than before. Now there are More steps for me to log in - and I generally need to use username/password anyway because either a)I have my laptop closed so no access to the power button on the Mac for thumbprint; or b)when I do try to use my thumbprint it doesn't work more than half the time and I have to revert to using username password anyway. - It's all just More headache than before, not less.
@BartJenkinsRW4 ай бұрын
No. Apple has implemented this correctly. Using my Touch ID enabled MacBook, when I connect to an Apple site it pulls my passkey userid from my passwords keychain (which does NOT have to be an email or phone number), applies that and initiates the Passkey flow all in one step so the only thing I have to do to login is put my finger on the Touch ID button or present my face if logging in on my iPhone. The number of items I have to type-in drops from 3 (email, password, 2FA code) to zero!
@kenp41245 ай бұрын
Passkeys don't suck, it's the implementation that sucks (see passwordless SSH for how this should work). And whether it's in a password manager or a yubikey, if you can't disable other login methods, it's pointless to a threat actor. I've given up on passkeys, I just stick with a good password manager, strong passwords and 2FA. PSA: backup your 2FA codes!
@AllThingsSecured5 ай бұрын
I agree, and despite the title, I tried my best to explain that in the video.
@sebastianbauer47684 ай бұрын
I use Bitwarden password Manager and that supports passkeys. It’s a bit weird as it literally just works like another password. It is convenient in that it also works on non biometric devices like PCs. I have since moved away from apple/google password managers and use Bitwarden instead. Pretty sure things like keypads work similar.
@ketoman40573 ай бұрын
Great video. But how is the "public key" aka "padlock" not private? Unlike a real padlock that can be seen by anyone in front of it, it has to be matched with the private key encrypted message - that seems pretty private to me. I think the terminalogy somewhat sucks. Its would be better called "key paddlock pair" authentication. Also no one seems to explain how a message is matched to its corresponding key or padlock? Are all keys or padlocks searched until one matches? This would be like me walking into an area of a 1,000 padlocked gargages and trying my key on each padlock until the key fits the padlock. I assume there is some kind of index, like a garage number, that helps speed up the matching process?
@artos62095 ай бұрын
My question is what happens if you lose the phone or it is stolen or malfunctions? I also wonder what happens if the passkey gets compromised. Nothing is totally secure. Is it possible to change it to a new one? I am looking at getting a yubikey as i trust that further than passkeys. As far as passkey go, until I get a satisfactory answer to those questions, I will keep using my offline password manager and not jump on the passkey bandwagon.
@AllThingsSecured5 ай бұрын
Losing a passkey isn’t terrible as long as you have a backup. In that case yes, you can go in, revoke the old passkey and create a new one.
@MaricaBertarini3 ай бұрын
Hey, thanks for sharing! I am wondering why a physical device like Yubikey is safer than the authenticator app on the smartphone. All in all, an authenticator app can also be protected by biometrics and developed so that it only keeps the passkey or secrets stored on the smartphone without any sharing across the network. Is it about the fact that smartphones can get malware or viruses and the security of individual apps (the authenticator in this case) gets compromised? If so, if we can't trust the authenticator app just because it's an app, then in principle we should not be using any app for critical / sensitive data access like e-banking on smartphones at all. Thanks for any hint or link to videos that explain it!
@luckbeforeleapАй бұрын
IMO a push notification to an authenticator app on a phone (where the authenticator app is protected by biometrics) is as secure as a hardware Yubikey (and more convenient in most cases). OTP codes on an authenticator app are also a secure method but are phishable with dumb users.
@nishantpiano5 ай бұрын
How secure would syncable passkeys be if they were stored on a self hosted password manager like Bitwarden / Vaultwarden without any external access? Thanks!
@AllThingsSecured5 ай бұрын
I guess that depends on you. People assume it’s safer than with 1Password, but I would actually trust the security practices of 1Password more than an individuals.
@davinp5 ай бұрын
Websites/services are slow to adopt passkeys, so I don't expect 2FA to go away anytime soon
@AllThingsSecured5 ай бұрын
Agreed.
@AlanTheBeast10010 күн бұрын
I use deviceless Passkeys and it's fine. Sole problem is not enough providers use it. So my devices are my passport.
@phillipp13994 ай бұрын
Amazon’s wrong implementation of passkeys isn’t the fault of the technology. They have much broken with MFA, especially if you had an MFA protected AWS account with the same account. You do know that the private keys stored and synced by google, Apple, or proton, etc are encrypted, right? So someone who compromises say Apple or google would also need to get you to use your biometrics (or their backup) to decrypt them before they can be used to access your data. Same as your master password for a synced password database. Also, look into how those private keys are encrypted on your yubikey. Is it with the tiny PIN you must set prior to using it for passkeys? I’d say so since on mine I never have to enter anything longer. So, if you have your yubikey stolen or leave it where someone knowledgeable finds it, how long before that PIN is compromised? Less time than my biometrics or well-chosen alphanumeric phone passphrase. Trust what’s new, just be smart about it and be patient while the paradigm shifts. Passkeys are the passwordless future.
@martijnvanderwal39764 ай бұрын
Apple's one is secure but Google Password Manager did have a breach a while back that was pretty bad. Personally I store passkeys for all my accounts, even sensitive ones in Apple's password app. But I kind of understand why he suggests not to, it's also about having control over it yourself. Storing something in the cloud is always giving up some amount of control :)
@phillipp13994 ай бұрын
@@martijnvanderwal3976I encourage everyone to read and understand how their passkeys (private side) are stored and synchronized securely, how additional devices are trusted, how MFA is important along the way, and how even a breach of cloud storage is incredibly unlikely to impact the security of these keys. Most importantly though, educate yourself how the recovery process works on your platform of choice. Make sure you understand it before you need it.
@phillipp13994 күн бұрын
@@martijnvanderwal3976everyone needs to take a few minutes to understand how iCloud stores passwords.
@miltonthecat22405 ай бұрын
Sorry, I refuse to use a security device that plugs into the computer. Years ago, to log into my employer's company network from home, I was required to use a credit-card sized device with a small screen that displayed a rolling code that I had to manually enter. These days, that credit-card sized device could have biometrics or some other form of authentication to provide some additional security if the device is lost or stolen before I have a chance to disable it.
@sploders10195 ай бұрын
Certain security devices that you plug in do have that option. You’re mainly looking for anything that implements the U2F standard, not just Yubikey (though they may have one, too). The benefit of a physical device is that the keys are not syncable. They cannot be copied, even if an attacker gets a hold of your computer. With most software-based implementations, a skilled attacker could bypass any biometric authentication you have. Biometrics are a fuzzy-matching logic, which means they can’t be used to decrypt data as they are not a definitive key of finite variations. Something like a Yubikey can get away with this by making custom ICs that do not provide any exposed method of accessing persistent memory. To bypass that, you’d have to de-lid the chip and analyze it under a microscope, and be able to decipher what’s happening at the electrical level
@stephenf88403 ай бұрын
Thank you. I am still confused and I am very very computer literate but I’m still lost when it comes to pass keys. I rather have a text message sent to me with a code whenever I sign on.
@utuber10005 ай бұрын
Thanks for this updated video, but the bottom line still escapes me: How can we remove our long password and our SMS and our email as 2FA from the websites of our online bank accounts and credit cards (VERY FEW take passkeys) so as to defeat a wrongdoer from using Forgot my Password to intercept the link given to change our password? Can we do that with a Yubikey? Or set it up with our biometrics? If not, with what?
@AllThingsSecured5 ай бұрын
That’s part of the point - you can’t. And that has nothing to do with Yubikey, that’s all about how the different banks and services implement their login security.
@utuber10005 ай бұрын
@@AllThingsSecured I'm not criticizing Yubikey. I bought 3 of them. I'm just still baffled as to how I/we can use them to protect financial accounts like those mentioned from the most common form of interception.
@PvtAnonymous5 ай бұрын
@@utuber1000 it's simple, change your bank to one that lives in the 21st century. My condolences to my fellow Americans, who have to deal with these backwards companies.
@BartJenkinsRW4 ай бұрын
Hatdware keys are great until you travel out the area of your backup keys. Imagine being on a cruise ship and you lose your yubikey and need to sign in somewhere that requires that key. You are scrod!
@martinlutherkingjr.55824 ай бұрын
Bring a backup…
@martinlutherkingjr.55824 ай бұрын
@myhandle8 You could also lose your memory
@mr-lacker5 ай бұрын
Don't most of the websites support Google sign-in? Wouldn't adding two keys on Google account be as good as using keys on each website?
@raylopez995 ай бұрын
Nice channel I think I'll subscribe. Years ago I trolled some stock forum for a company that sold one of those dongles that randomly changes numbers every 30 seconds to generate one-time passcodes. I said it would go nowhere, and more or less I was right. Today's "something that you have" (Ubikey) key is related and my opinion is still low. Not that I don't like the idea, but rather it reminds me of the adage "necessity becomes virtue". When enough people are doing something one particular way, like now with no such "Ubikey", then it becomes the virtuous "norm". If and when enough people adopt the "Ubikey" then and only then will it become the virtuous norm. Chicken and egg thing.
@MichaelJessen5 ай бұрын
RSA Securid? Massively successful company, widely used in the corporate world. Not sure about the stock, but the product was/is sound.
@AllThingsSecured5 ай бұрын
I’m not sure I follow your logic here.
@raylopez995 ай бұрын
@@AllThingsSecured Network effects bro. Google it. As in your video (I think it was yours not another channel) even Google doesn't support Ubikey 100%. Bye.
@dogoku5 ай бұрын
Even if you someone manages to steal a syncable passkey, wouldn't it be useless to them, since they need biometrics to actually activate it?
@GXShade2 ай бұрын
In my opinion currently passkeys are 1fa. I personally think use a password or something else afterwards to create 2fa