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.

The Hacker's Renaissance

https://phrack.org/issues/72/19#article
1•yu3zhou4•8m ago•0 comments

The Argument Against AI Writing Is at Least 2,400 Years Old

https://feld.com/archives/2026/08/ai-writing-2400-years-old/
1•rmason•9m ago•0 comments

IRC technology news from the first half of 2026

https://www.ilmarilauhakangas.fi/irc_technology_news_from_the_first_half_of_2026/
2•birdculture•9m ago•0 comments

How not to turn ideologically crazy

https://blog.andymasley.com/p/the-main-way-ive-seen-people-turn
1•mef•11m ago•0 comments

Show HN: Alphabet Soup, a multiplayer game, build the longest word to win

https://alphabetsoup.club
2•johnchinjew•11m ago•0 comments

Poland now 6th-largest EU economy, ahead of Switzerland and Belgium

https://www.euronews.com/business/2026/08/09/poland-now-sixth-largest-eu-economy-ahead-of-switzer...
14•andrewstetsenko•13m ago•1 comments

Therapy Needs to Get Help

https://www.nytimes.com/2026/08/09/opinion/therapy-neuroscience-perception.html
1•yonibot•17m ago•0 comments

Show HN: Whetstone – 20 Claude Code skills, each distilled from one real failure

https://whetstone.akbarsha.dev/
1•iamakbarsha1•19m ago•0 comments

Greenland issues 'strong warning' as Trump-linked oil firm prepares to drill

https://www.theguardian.com/world/2026/aug/08/greenland-iwarning-trump-linked-oil-firm-prepares-d...
3•rbanffy•19m ago•0 comments

Deletes all instances of Microsoft's GDID and prevents minting of new ones

https://github.com/yegors/deGDID
2•campuscodi•20m ago•0 comments

Ask HN: Should a coding client import another client's rules by default?

1•ryanmerket•23m ago•0 comments

Multistack Concatenative Programming Languages

https://www.sheeeeeeeep.art/multistack-catlangs.html
2•birdculture•24m ago•0 comments

Show HN: Run your GitHub Actions locally or self-hosted in isolated microvms

https://preloop.dev
1•Bnjoroge•31m ago•0 comments

Show HN: See how long it takes ChatGPT Sol 5.6 to send a byte across the LAN

https://robss2020.github.io/sol-vnc-elapsed/
1•logicallee•32m ago•0 comments

Virus reactivation in acute and long Covid-19

https://www.nature.com/articles/s41586-026-10740-z
3•thenerdhead•39m ago•0 comments

Tracking down a Zsh history data loss bug – Michael Stapelberg

https://michael.stapelberg.ch/posts/2026-08-09-zsh-history-truncation-bug/
2•tambourine_man•41m ago•0 comments

Employees Do Not Want Your AI

https://substack.com/sign-in
2•Airealist•41m ago•2 comments

The tragedy of the commons, AI edition

https://www.economist.com/britain/2026/08/06/the-tragedy-of-the-commons-ai-edition
4•simonpure•43m ago•0 comments

Beacon: A self-hosted error tracking and LLM observability in one place

https://github.com/Tboworst/beacon
2•Tboworst•44m ago•0 comments

Code Review Assumes an Author

https://blog.raed.dev/posts/ai-code-review/
2•Raed667•44m ago•0 comments

Two wheels, a few tradeoffs, and gas prices

https://blog.raed.dev/posts/motocycle/
4•Raed667•45m ago•0 comments

The AI safety test is becoming a safety risk

https://techcrunch.com/2026/08/09/the-ai-safety-test-is-becoming-a-safety-risk/
3•ashurandi•46m ago•0 comments

Greenfield and the Cost of Amnesia

https://thechris.in/articles/greenfield-and-the-cost-of-amnesia/
2•theanonymousone•47m ago•0 comments

CRT-TV-Emulator

https://github.com/AARomanov1985/CRT-TV-Emulator/tree/main
2•xterminal•47m ago•1 comments

Something Is Wrong on the Internet

https://medium.com/@jamesbridle/something-is-wrong-on-the-internet-c39c471271d2
2•aloknnikhil•48m ago•1 comments

TPU: Tensor-Processing-Unit – Open-Source Verilog TPU

https://github.com/leo47007/TPU-Tensor-Processing-Unit
2•peter_d_sherman•48m ago•0 comments

US banning Chinese networking tech in data centers

https://www.tomshardware.com/tech-industry/data-centers/us-mulling-ban-on-key-chinese-networking-...
1•Lucasoato•48m ago•0 comments

The Four Core Areas of Responsibility for an Engineering Manager

https://softwareleads.substack.com/p/the-four-pillars-of-engineering-management
1•abiodunjames•49m ago•1 comments

Tiny-GPU – A minimal open-source GPU design in Verilog to learn how GPUs work

https://github.com/adam-maj/tiny-gpu
1•peter_d_sherman•51m ago•0 comments

Anthropic is turning Claude Code's auto mode on by default

https://techcrunch.com/2026/08/09/anthropic-is-turning-claude-codes-auto-mode-on-by-default/
5•ashurandi•53m ago•3 comments