this post was submitted on 10 Oct 2023
32 points (94.4% liked)

Privacy

31255 readers
616 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
 

In a few weeks I'll do a workshop about security for people who are tech illiterate, I plan to teach about password managers and 2FA.

If I show the 2FA number codes, like the 123 456 ones that I have to paste when required, can that be a possible security breach for me? or is it save since is gonna change in a few seconds anyway?

top 23 comments
sorted by: hot top controversial new old
[–] miss_brainfart@lemmy.ml 36 points 11 months ago (1 children)

I'd probably edit a few example screenshots for a purpose like that.

If you really want to show it live on an actual device, then maybe with a throwaway/dummy account

[–] JoeKrogan@lemmy.world 6 points 11 months ago* (last edited 11 months ago) (1 children)

Yea I think that is most valuable as you can include the setup and answer questions people may have. What is obvious to us may not be obvious to them.

[–] miss_brainfart@lemmy.ml 3 points 11 months ago

Proper, hands-on experience is always best, absolutely

[–] chevre@jlai.lu 19 points 11 months ago

I would assume there aren't any security concerns as:

  • You are not showing the seed used to generate the actual codes
  • this is for non tech-savy users
[–] mp3@lemmy.ca 12 points 11 months ago* (last edited 11 months ago)

It's good to keep in mind that while it does improve the overall security of the account, a 2FA/TOTP code can still be phished, so if the user encounters a fake login page and supply his password and 2FA code, it could let an attacker pass the intercepted credentials to the real login page in the background and gain access. Most websites using TOTP will not allow reusing a code more than once in the same time slot, but that's a moot point if the 2FA code is intercepted without being entered on the legitimate website, but in your case of making a demonstration that would not be a security concern.

It's important for the user to ensure they're accessing the legitimate website before typing any credentials and 2FA code.

A safer option nowadays is FIDO2/Passkeys, which will not provide a valid 2FA challenge-response in the case of a spoofed/phishing website, further reducing the possibility of a breach.

[–] ultratiem@lemmy.ca 10 points 11 months ago* (last edited 11 months ago)

2FA (if it’s true 2 factor), each unique code is also challenged against your password and has a lifespan of all but 30 seconds. Wait a minute before showing the slides, they’ll just be useless numbers by then.

They cannot be reverse engineered in some way as to hack any account. At least not to anyone’s knowledge.

[–] Boring@lemmy.ml 9 points 11 months ago (1 children)

Unless there's a super hacker or NSA agent in the class that can figure out your password in real time.. You should be fine doing that.

[–] Gush@lemmy.ml 1 points 11 months ago (1 children)

So NSA agents are the equivalent of super hackers?

[–] possiblylinux127@lemmy.zip 0 points 11 months ago
[–] hottari@lemmy.ml 8 points 11 months ago

Make dummy accounts for demos. Will save you a lot of trouble in the future and teach you compartmentalization.

[–] hperrin@lemmy.world 5 points 11 months ago

It’s as safe as “leaking” an encrypted document. No one can figure out your TOTP secret unless they brute force it with only a leaked code or two. But if it worries you, you can always change your TOTP secret by going through 2FA setup again.

Also, even if someone knows your second factor, they still need your first factor (your password).

[–] sirico 5 points 11 months ago (1 children)

Why would you not have all your demo stuff in a throwaway VE. I would personally just set up a 2FA on something pointless and empty, like a blank proxmox install. Use a separate authenticator for tutorials or just use images that are already out there.

I've entered some 2FA codes about 20 seconds after refresh before, so yeah there is a risk.

[–] vis4valentine@lemmy.ml 3 points 11 months ago (3 children)

is there some useless service that I can use to ser up a 2FA for a demo?

[–] sirico 2 points 11 months ago* (last edited 11 months ago)

For me I'd put proxmox in a proxmox. get the second one installed with a user then save it as a template. From here you can spin up a new image and use the TOTP services to show various 2FA which include YUBI keys if ever the tutorials get deep. I don't know if there is a 2FA playground as such that just to me seems like a quick low impact way of showing the process. You then just delete that image within the first proxmox install. Hold the phone just searched 2FA playground and it gave me https://pragmarx.com/playground/google2fa#/ which seems perfect for your needs. I can't vouch for the safety of the site but their github is on there so have a browse through

[–] Molecular0079@lemmy.world 1 points 11 months ago* (last edited 11 months ago)

You can setup a Nextcloud instance in a docker and then enable TOTP for the logins. That way, its a separate thing from what you're personally using, and provides a direct analog to the online services that they use. You can even create multiple accounts for your students and have them try it personally.

Here's the docker-compose file if you're interested.

[–] Lemjukes@lemm.ee 1 points 11 months ago (1 children)

Is this being taught in a computer lab or will the students all have laptops or smartphones? If so I would almost be tempted to just walk them through all creating a temporary email address and then setting up 2fa on the accounts. But yeah Gmail accounts.

[–] vis4valentine@lemmy.ml 2 points 11 months ago (1 children)

where can I find temporary mails that have 2FA logins?

[–] Lemjukes@lemm.ee 3 points 11 months ago* (last edited 11 months ago)

You can create endless Gmail accounts for free and google has several different 2fa options to choose from. So you could make one '2faClassDemoEmail@gmail.com' or have each person on their own device create dummy Gmail addresses like 'StudentName2FADemo@gmail.com' and have each student go through the process individually. They would only be temporary in that you'd just stop using it after the class and google would eventually get rid of it(maybe?) After long enough without any use. I don't think you're going to find something that just generates dummy 2fa codes for demo purposes.

[–] muddybulldog@mylemmy.win 1 points 11 months ago

As you suspect, only during the sixty or so seconds that they are valid.

SMS-based codes tend to be longer lived.

They're useless without your other authentication factors, e.g. login, password.

[–] Pantherina@feddit.de 1 points 11 months ago

TOTP ones, no

[–] loki@lemmy.ml 1 points 11 months ago* (last edited 11 months ago)

it's unlikely they are going to be able to bruteforce your 2FA codes in the duration of the class, so just change them back once you're done with the class?

or record the video showing the whole process. change the code, show the video you recorded before the change

[–] possiblylinux127@lemmy.zip 1 points 11 months ago
[–] nao@sh.itjust.works 1 points 11 months ago

If you leak one of the 2FA codes, especially together with a timestamp, in theory it allows someone to brute force the seed, since they now have one known plaintext. If you leak multiple, it reduces the amount of time needed to do that.