this post was submitted on 04 Mar 2024
45 points (80.0% liked)

Privacy

31175 readers
328 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
 

cross-posted from: https://lemmy.ml/post/12744832

As I updated the version to 1.4.0 , adding the 'import' feature I am sharing this here.

I made this extension because I couldn't find one that wouldn't ask for too much permissions (such as accessing all websites data).

Eventually I found it nice to have a TOTP that can really be audited, the code is 649 lines of JS, 214 CSS and 52 HTML. Feel free to fork, copy part of it, contribute or just request fix/features.

I have used it for more than a year every day and it works nicely.

you are viewing a single comment's thread
view the rest of the comments
[–] AYO_Official@lemmy.ml 1 points 6 months ago (1 children)

If your computer is compromised whatever token/cookie you will get from the authentication will be also compromised.

Assuming the computer is compromised also open a lot more issues, privilege escalation can be done in a lot of ways depending of what is being installed (even sudo was hit by such issues https://www.cve.org/CVERecord?id=CVE-2021-3156 )

[–] eya@lemmy.dbzer0.com 1 points 6 months ago (1 children)

whatever token/cookie you will get from the authentication will be also compromised

This assumes you are already logged in. If you aren't logged in then 2FA will protect you, unless of course you store your 2FA in your browser like an idiot.

a lot more issues

Okay but that isn't relevant at all.

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

Sorry I had in mind you login in from a computer that was compromised (without your knowledge), I didn't had in mind a computer compromised without being in use.

EDIT : store your 2FA in the browser from the extension would not be 'like an idiot' as it is encrypted.

EDIT 2 : no forget everything, this whole situation is absurd. If your computer is compromised your password are not (do you store in clear text?!). If you use it to login you are owned already.