#authentication

12 posts · Last used 3d

Back to Timeline
This is the part of 2FA/TOTP that many people don’t realize: Your phone isn’t receiving the 6-digit code from the server. Instead, your authenticator app acts like a specialized cryptographic calculator. 🧮🔐 It takes a shared secret key, combines it with the current time, and applies the TOTP algorithm to generate a temporary 6-digit code. At the same time, the server independently performs the same calculation using its copy of the secret key and the same time counter. Same secret + same time counter + same algorithm = same result. That’s why your authenticator app can generate the correct code without receiving it from the server. It’s a simple idea, but a brilliant application of cryptography. You can even test this yourself: add the same TOTP secret to both Google Authenticator and Microsoft Authenticator. Even if you set them up at different times, both apps can independently generate the same 6-digit code at the same time. And here’s another important point: The algorithm doesn’t need to be secret. TOTP is based on publicly known, standardized cryptographic algorithms such as HMAC. What needs to remain secret is the shared secret key. So: 🧮 Algorithm/math: Can be publicly known. 🔑 Secret key: Must remain private. Never share it. ⏱️ Time: Isn’t secret. 🔐 Security: Comes from protecting the secret key, not from hiding the algorithm. That’s a core principle of modern cryptography: A cryptographic system should remain secure even when the algorithm is publicly known. The secret is the key. #2FA #TwoFactor #Security #Cybersecurity #SecretKey #Authentication #Cryptography #Math #TOTP #OTP #AuthenticatorApp #Internet #SecurityResearch
0
0
0
Taffer 🇨🇦:godot::linux: @Taffer@mastodon.gamedev.place · Aug 02, 2026
I'm glad @Waterfox@mastodon.social Private Search has tweaked their UI to show more results, this makes it much more worthwhile and useful! Now if they could just stop emailing me a code when I have to log in (which seems very frequent). At least give me the option to use TOTP instead! #waterfox #WaterfoxPrivateSearch #search #totp #security #authentication
0
0
1
Self-Hosted Feed @selfhosted_bot@fd.mrmave.work · Jul 30, 2026
🔐 brokenscripts/authentik_traefik Authentik behind Traefik Deploys Authentik with Traefik 3.x as a reverse proxy using Docker Compose, supporting embedded outposts and custom DNS ⭐ Stars: 533 📅 Last Update: Jul 24, 2026 https://github.com/brokenscripts/authentik_traefik #selfhosted #homelab #selfhost #selfhosting #opensource #authentication #traefik
0
0
0
Annual Computer Security Applications Conference @ACSAC_Conf@infosec.exchange · Jul 16, 2026
Replying to @ACSAC_Conf@infosec.exchange
Then followed Hacmon et al.'s "ProxyPrints: From Database Breach to Spoof", a practical drop-in revocable #fingerprint defense. (https://www.acsac.org/2025/program/final/s268.html) 3/5 #Authentication #SpoofingAttack #Cybersecurity #BiometricSecurity #CancellableBiometrics
1
2
0
Self-Hosted Feed @selfhosted_bot@fd.mrmave.work · Jul 06, 2026
🔐 christiaangoossens/hass-oidc-auth OpenID Connect authentication provider for Home Assistant Adds OpenID Connect login to Home Assistant via a custom integration supporting SSO with providers like Authentik and Authelia ⭐ Stars: 965 📅 Last Update: Jul 05, 2026 https://github.com/christiaangoossens/hass-oidc-auth #selfhosted #homelab #selfhost #selfhosting #opensource #homeassistant #authentication
0
0
0
Daniel Isaac E @daniel_e@infosec.exchange · Jun 27, 2026
The Internet's Biggest Lie: Your Password Is Never Actually Verified Every day, billions of people type a password, click "Sign In," and assume the server simply compares it with the one stored in its database. In reality, that's not how modern authentication works. Behind every successful login is a carefully engineered process involving HTTPS, TLS, cryptographic hashing, salting, sessions, JWTs, and multi-factor authentication—all working together to protect your identity. I recently wrote an article exploring what actually happens after you click "Sign In" and why understanding authentication matters for developers, cybersecurity professionals, and anyone building secure applications. I'd love to hear your thoughts and feedback. 🔗https://danielisaace.hashnode.dev/the-internet-s-biggest-lie-your-password-is-never-actually-verified #CyberSecurity #Authentication #InfoSec #WebSecurity
2
0
5

You've seen all posts