frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

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•10mo ago

Comments

kemotep•10mo 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.

Sam Altman asks if government can nationalize artificial general intelligence

https://thenewstack.io/openai-defense-department-debate/
1•MilnerRoute•1m ago•0 comments

Kopia – Encrypted, Compressed, and Deduplicated Backups

https://kopia.io/
1•GTP•1m ago•0 comments

Show HN: Reformat Word document citations (APA/Vancouver) in <1 second

https://github.com/brodie-neuro/ScholarRef
1•brodie-neuro•2m ago•0 comments

Website is a big waste of time

https://spacepanda.se/articles/toxic_pages.html
1•speckx•2m ago•0 comments

GPT 5.4 Thinking and Pro

https://twitter.com/OpenAI/status/2029620619743219811
2•twtw99•2m ago•0 comments

AI Slop Bores Me

https://www.youraislopbores.me/
1•KuSpa•2m ago•0 comments

Bron-Crypto: A Go cryptography library focusing on MPC

https://github.com/bronlabs/bron-crypto
1•somezero•2m ago•0 comments

Data Science Weekly – Issue 641

https://datascienceweekly.substack.com/p/data-science-weekly-issue-641
1•sebg•3m ago•0 comments

Pentagon Says It's Told Anthropic the Firm Is Supply-Chain Risk

https://www.bloomberg.com/news/articles/2026-03-05/pentagon-says-it-s-told-anthropic-the-firm-is-...
1•nickysielicki•5m ago•0 comments

What Is Phenomenology? [video]

https://www.youtube.com/watch?v=TG3fq-KHDDw
1•modinfo•5m ago•0 comments

A 2024 Plea for Lean Software (with running code)

https://berthub.eu/articles/posts/a-2024-plea-for-lean-software/
1•tosh•6m ago•0 comments

GPT-5.4 Thinking and GPT-5.4 Pro

https://twitter.com/i/status/2029620619743219811
6•denysvitali•7m ago•1 comments

Ask HN: Claude Regression for Anyone Else?

2•rudedogg•7m ago•0 comments

Ask HN: Moving from Software Engineer to PM or another area?

1•mr_00ff00•8m ago•1 comments

Oracle Plans Job Cuts in Face of AI Cash Crunch

https://www.bloomberg.com/news/articles/2026-03-05/oracle-layoffs-to-impact-thousands-in-ai-cash-...
1•speckx•9m ago•0 comments

Show HN: A unified event protocol dashboard for startup founders

https://founders-dashboard-pi.vercel.app
1•contact_codevia•10m ago•1 comments

GPT-5.4 Thinking System Card

https://openai.com/index/gpt-5-4-thinking-system-card/
6•mudkipdev•10m ago•0 comments

Show HN: Cognitive architecture for Claude Code – triggers, memory, docs

https://github.com/safety-quotient-lab/psychology-agent
1•9wzYQbTYsAIc•13m ago•0 comments

Free $1

https://block-book.com/user/kushalkd
1•blockbook123•13m ago•1 comments

GPT-5.4

https://openai.com/index/introducing-gpt-5-4/
31•meetpateltech•13m ago•6 comments

The Download: an AI agent's hit piece, and preventing lightning

https://www.technologyreview.com/2026/03/05/1133968/the-download-ai-agent-hit-piece-preventing-li...
1•joozio•14m ago•0 comments

Study highlights significant costs in large-scale mechanical thinning of forests

https://phys.org/news/2026-02-highlights-significant-large-scale-mechanical.html
3•PaulHoule•16m ago•0 comments

Reasoning models struggle to control their chains of thought, and that’s good

https://openai.com/index/reasoning-models-chain-of-thought-controllability/
7•meetpateltech•17m ago•0 comments

Urgent: Write the FCC to Oppose SpaceX and Reflect Orbital Plans

https://www.nakedcapitalism.com/2026/03/urgent-please-write-the-fcc-to-oppose-latest-spacex-world...
3•haagen•18m ago•0 comments

Deutschland-Stack: Open-Source Alliance Warns of "Sovereignty Washing"

https://www.heise.de/en/news/Deutschland-Stack-Open-Source-Alliance-warns-of-Sovereignty-Washing-...
4•doener•18m ago•0 comments

Show HN: RuneCast – Visual desktop automation with OpenCV template matching

https://nectra-th.github.io/runecast-releases/
1•ZalaterX•19m ago•0 comments

Using Codex as a Development Partner to Build an Interactive Fiction Platform

https://medium.com/@santi.santamaria.medel/interactive-fiction-platform-codex-ai-093358665827
2•oldskultxo•20m ago•0 comments

Free-range agentic parenting: If you love your agents, set them free

https://blog.firetiger.com/free-range-agentic-parenting-if-you-love-your-agents-set-them-free/
2•matsur•23m ago•0 comments

Maester – The Knowledge Engine of Your Company

https://lei-ye.dev/blog/introducing-maester/
2•leiishta•24m ago•0 comments

Show HN: Anti-regression setup Claude Code – subagents, hooks, and Claude.md

https://github.com/CreatmanCEO/claude-code-antiregression-setup
3•Creatman•24m ago•1 comments