Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,501articles · 30d
  • 1+ hour agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 293avg words
articles per day
Categories
  • Software Dev. 9,705
  • Science & Technology 9,578
  • Computers & Electronics 7,418
  • Business & Industrial 812
  • Internet & Telecom 771
  • Economy, Business & Finance 383
  • Finance 333
  • Arts, Culture, Entertainment & Media 245

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > akhourianmolkumar > my-security-app-used-to-encrypt-passwords-with-xor-heres-the-post-mortem-i-wish-more-devs-wrote-1mm4

My Security App Used to "Encrypt" Passwords With XOR. Here's the Post-Mortem I Wish More Devs Wrote.

3+ day, 23+ hour ago   (427+ words) Most security software marketing sounds the same: "military-grade encryption," "unbreakable," "100% secure." I want to try something different. I'm going to tell you about a real mistake in an earlier version of my app, ATLOCK, how I found it, and exactly…...

DEV Community
dev.to > volker_schukai > moving-a-password-to-another-device-without-syncing-your-vault-na2

Moving a password to another device without syncing your vault

1+ week, 5+ day ago   (1206+ words) The password is in your password manager, exactly where it should be. The login prompt is on a different device. Perhaps you are preparing an Android device for a maintenance task. It needs one service password. You do not want…...

DEV Community
dev.to > yaroslav_k > the-complete-guide-to-password-manager-compliance-gdpr-hipaa-and-soc-2-explained-olo

The Complete Guide to Password Manager Compliance: GDPR, HIPAA, and SOC 2 Explained

2+ week, 4+ day ago   (782+ words) This guide walks you through three critical compliance standards: GDPR (General Data Protection Regulation), HIPAA (Health Insurance Portability and Accountability Act), and SOC 2 (Service Organization Control 2). We'll explain what each standard requires, how it applies to password managers, and what…...

DEV Community
dev.to > doaaa_04 > checking-800m-leaked-passwords-in-2mb-of-ram-with-bloom-filters-207o

Checking 800M Leaked Passwords in 2MB of RAM with Bloom Filters

2+ week, 5+ day ago   (334+ words) When users register or change their passwords, security guidelines (like NIST SP 800-63B) recommend checking their chosen password against a database of known breached passwords. Data feeds like HaveIBeenPwned contain over 800 million leaked password hashes. Storing 800 million SHA-1 hashes (20 bytes each)…...

DEV Community
dev.to > passwork_team_fd7bbec6480 > why-your-password-manager-shouldnt-have-a-god-mode-3ln8

Why your password manager shouldn't have a "god mode"

2+ week, 5+ day ago   (1142+ words) Either way, someone in the room asks the question we hear on almost every technical call about Passwork: "Is there a backdoor for this? A way to just unlock everything?" This post is about how we designed access recovery for…...

DEV Community
dev.to > bala_paranj_059d338e44e7e > zero-permissions-on-secrets-manager-full-access-to-your-secrets-49o

Zero Permissions on Secrets Manager. Full Access to Your Secrets.

2+ week, 5+ day ago   (723+ words) ✓ Human-authored analysis; AI used for formatting and proofreading. The user retrieves a secret in seven API calls. No policy connects SNS to Secrets Manager. The connection is the credential value itself. Every step is individually authorized. The compound chain is…...

DEV Community
dev.to > yaroslav_k > password-manager-security-audits-what-independent-reviews-reveal-about-top-providers-1j26

Password Manager Security Audits: What Independent Reviews Reveal About Top Providers

2+ week, 6+ day ago   (658+ words) Server-side architecture gets scrutinized for authentication vulnerabilities, data isolation between user accounts, and whether the service provider can actually access user data. Most zero-knowledge password managers claim that even they cannot decrypt your vault—audits verify this claim by examining…...

DEV Community
dev.to > nimamehr > kryptix-a-truly-offline-password-manager-built-for-people-who-dont-trust-the-cloud-4i3c

Kryptix: A Truly Offline Password Manager Built for People Who Don’t Trust the Cloud

3+ week, 2+ day ago   (20+ words) Most password managers today are cloud-first products wearing a privacy costume. You create an... Tagged with privacy, security, password, reactnative....

DEV Community
dev.to > mahavault > what-happens-if-your-password-managers-master-password-is-compromised-3k3h

What Happens If Your Password Manager’s Master Password Is Compromised?

3+ week, 4+ day ago   (688+ words) A password manager is supposed to protect all your passwords behind one master password. That creates an important security question: What happens if someone gets your master password? The answer depends on how the password manager is designed. That means…...

DEV Community
dev.to > fuadhusnan_f44f3e13 > why-cloud-storage-needs-more-than-just-a-password-119h

Why Cloud Storage Needs More Than Just a Password

4+ week, 1+ day ago   (672+ words) Passwords were designed for a simpler threat model: one person, one device, one login screen. They work reasonably well against random guessing. They work poorly against phishing kits that clone login pages in minutes, credential-stuffing bots that test billions of…...