frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

Are Your Passwords in the Green? (2025)

https://www.hivesystems.com/blog/are-your-passwords-in-the-green
1•kemotep•1y ago

Comments

kemotep•1y ago
With NIST finally updating their standards to recommend 15 character password minimums last, I like to use their recommendations and compare them to these charts show how effective such a password would be.

Using E = L x log2(R), where E is entropy, L is number of characters in the password (15), and R is the total number of possible characters used (26 for all lowercase letters), you can get ~70 bits of entropy. Using a password manager like Bitwarden for a 15 character password using the full character set minus the ambiguous characters (65 characters total) leads to ~90 bits of entropy.

Using these charts and figures from the article, a well configured bcrypt setup means even the fastest computer systems still in 2025 cap out at 1 billion hashes per second for offline cracking (without getting into Nation States spending billions on just cracking your passwords, or dedicating all the world’s supercomputers or some other speculations). So to calculate how long it would take with a “realistic” password cracker in 2025, would use this formula:

((((((2^(70-1))/ 1 billion hashes per second)/ 60 seconds)/ 60 minutes)/ 24 hours)/ 365 days) to get ~18,700 years. (Nearly 20 billion years for the Bitwarden generated one)

But without a password filter checking for known bad passwords somewhere like Have I Been Pwned, even a 30 character password that has been leaked is useless. Would be instantly “cracked”. So I personally would have the password policy be:

1. 15 character minimum, no composition rules.

2. All passwords filtered for known bad passwords against HIBP.

3. Accounts protected by MFA.

4. Combination of network controls, best practices security configurations, and alerts and monitoring to help detect and limit/eliminate password guessing attacks, password database dumps.

Show HN: DashClaw – policy and approval layer for unattended coding agents

https://github.com/ucsandman/DashClaw
1•practicalsystem•3m ago•0 comments

Show HN: QMD: Quick Markdown

https://github.com/ajithraghavan/qmd
1•aj1thkr1sh•3m ago•0 comments

bzip3

https://github.com/iczelia/bzip3
1•tosh•6m ago•0 comments

The Holophase as Ontic Substrate - the Structured Derivative Atlas

https://philpapers.org/rec/SEDPTL
1•Bluestein•7m ago•0 comments

Grice's Maxims

https://www.sas.upenn.edu/~haroldfs/dravling/grice.html
1•Eridanus2•8m ago•0 comments

The Linux Kernel Is Approaching 2,000 CVEs Per Release

https://www.phoronix.com/news/Linux-Kernel-CVEs-Nearly-2000
2•akyuu•10m ago•0 comments

Show HN: Browser-Based Tempest – Transmitting VHF Morse via Monitor EMI Leakage

https://github.com/TA1EEI/vhf-morse-transmitter-monitor
2•TA1EEI•11m ago•0 comments

Industry Standard Tools: de facto tools used in various trades

https://industrystandard.tools/
1•throw0101a•11m ago•0 comments

AI Backlash Comes to the Classroom

https://www.axios.com/2026/09/07/ai-schools-backlash-bans-new-york-los-angeles
1•1vuio0pswjnm7•14m ago•0 comments

Clustering and Anomaly Detection on Handwritten Digits

https://stochastic.blog/clustering-and-anomaly-detection-on-handwritten-digits/
3•Anon84•15m ago•0 comments

Trump Floats Renaming New Mexico as 'New America,' Prompting Pushback

https://www.nytimes.com/2026/09/07/us/politics/trump-rename-new-mexico.html
2•dgellow•16m ago•0 comments

Sequencing-free On-chip detection of lung cancer [pdf]

https://www.nature.com/articles/s41698-026-01547-2.pdf
2•wslh•17m ago•0 comments

Audiowave – bid to own a channel. Post whatever you'd like

https://audiowave.lol
1•archemistz•18m ago•0 comments

Vibe coding made writing cheap. It made reading expensive

https://blog.crossui.com/2026/09/vibe-coding-made-reading-expensive
3•linb•19m ago•0 comments

Everything Everywhere All At Once was edited on an old iMac (2022)

https://www.inverse.com/entertainment/everything-everywhere-all-at-once-editor-interview
2•asimovDev•21m ago•0 comments

Has the DVD-hacking case made a t-shirt illegal? (2000)

https://www.cnn.com/2000/TECH/computing/09/08/decss.shirt.idg/index.html
1•1970-01-01•22m ago•0 comments

A meta-analysis of 3 different notions of software complexity

https://typesanitizer.com/blog/complexity-definitions.html
1•harperlee•23m ago•0 comments

SoapUI: The Most Popular API Testing Tool

https://www.soapui.org/tools/soapui/
1•janandonly•24m ago•0 comments

AI Agents Aha Moment

https://k1024.org/posts/2026/2026-09-06-ai-agents-aha/
1•edward•27m ago•0 comments

Could life exist on Venus? Peptides survive harsh acid

https://www.universetoday.com/articles/could-life-exist-on-venus-peptides-survive-harsh-acid
2•Betelbuddy•27m ago•0 comments

The Shortest IPv6 Addresses

https://ache.one/notes/vanity-ipv6
2•torutofu•27m ago•0 comments

Show HN: Rucc – C compiler in Rust, now compile and run SQLite

https://github.com/tamnd/rucc/pull/624
1•tamnd•29m ago•0 comments

Sound Could Make Sense of Big Data

https://spectrum.ieee.org/data-sonification-stephen-roddy
1•pseudolus•30m ago•0 comments

Guest Terminal:~$

https://i.xiaohan.dev/
2•Bluestein•31m ago•0 comments

Ask HN: 3.5 inch diskette read errors, would a period correct drive do better?

3•rietta•31m ago•1 comments

Room and Pillar Mining

https://en.wikipedia.org/wiki/Room_and_pillar_mining
1•simonebrunozzi•31m ago•0 comments

The next valuable file on your computer won't contain your work

https://tansei.io/blog/ai-agent-skills-workflows-as-files
1•Pooja_Tansei•32m ago•0 comments

Pinch Points – a Rust game with crabs

https://agourlay.github.io/pinch-points-a-rust-game-with-crabs/
1•agourlay•33m ago•1 comments

lsfg-vk v2.0.0

https://lsfg-vk.dev/blog/release-v2.0.0/
2•ErenayDev•35m ago•0 comments

Show HN: Neuro, a compiled language for AI that matches Clang -O2

https://github.com/PanzerPeter/Neuro
1•PanzerPeter•36m ago•1 comments