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

Comments

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

Claude Code – Disabling telemetry also disables 1-hour prompt cache TTL

https://github.com/anthropics/claude-code/issues/45381
1•dsr12•48s ago•0 comments

Show HN: Kyomu - 13 puzzles from math and physics that map your cognitive style

https://mostlykiguess.github.io/Kyomu/
1•mostlyk•2m ago•0 comments

Show HN: SkillCompass – open-source quality evaluator for your AI skills

https://github.com/Evol-ai/SkillCompass
1•yo103jg•5m ago•0 comments

Turbo Pascal on Your iPhone

https://pascal.kulman.sk
1•ig0r0•8m ago•0 comments

Cursortab.nvim: Edit-Completions for Neovim

https://github.com/cursortab/cursortab.nvim
1•leonardcser•9m ago•0 comments

The Command Line that never died

https://ajitem.com/blog/iron-core-part-3-the-command-line-that-never-died/
2•Airplanepasta•9m ago•0 comments

Show HN: I built a social media management tool in 3 weeks with Claude and Codex

https://github.com/brightbeanxyz/brightbean-studio
1•JanSchu•12m ago•0 comments

Go-overlay: Nix overlay for complete go development environment

https://github.com/purpleclay/go-overlay
1•hambes•14m ago•0 comments

Six Characters

https://ajitem.com/blog/iron-core-part-2-six-characters/
1•Airplanepasta•15m ago•0 comments

AI conditionally allowed in the Linux kernel. "Linux lays down the law on AI.."

https://www.tomshardware.com/software/linux/linux-lays-down-the-law-on-ai-generated-code-yes-to-c...
1•aleksjess•16m ago•0 comments

Universal surface-growth law confirmed in two dimensions after 40 years

https://phys.org/news/2026-04-universal-surface-growth-law-dimensions.html
1•thunderbong•21m ago•0 comments

How to Reproduce Container Images

https://dangerzone.rocks/news/2026-03-02-repro-build/
1•almet•26m ago•0 comments

Defender – Local prompt injection detection for AI agents (no API calls)

https://www.npmjs.com/package/@stackone/defender
1•Hiskias•26m ago•0 comments

Abundant Ways to Address Scarcity

https://thelivingfossils.substack.com/p/abundant-ways-to-address-scarcity
1•paulpauper•27m ago•0 comments

Introduction to Spherical Harmonics for Graphics Programmers

https://gpfault.net/posts/sph.html
1•luu•34m ago•0 comments

They're Rich but Not Famous–and They're Suddenly Everywhere

https://www.wsj.com/economy/wealthy-americans-us-economy-dba0d26a
1•paulpauper•35m ago•0 comments

What if a few AI companies end up with all the money and power?

https://www.noahpinion.blog/p/what-if-a-few-ai-companies-end-up
2•paulpauper•37m ago•0 comments

Why do NES colors look so different in emulators? [video]

https://www.youtube.com/watch?v=7JupB4QHyGI
3•JuniperMesos•43m ago•0 comments

How to Monetize a Mobile App – 6 Proven Strategies That Work

https://apparencekit.dev/blog/how-to-monetize-mobile-app/
1•macfleid•44m ago•0 comments

Who's Hacking CRA Accounts?

https://www.cbc.ca/newsinteractives/features/whos-hacking-cra-accounts
2•luu•45m ago•0 comments

AI went viral among attorneys. We have the numbers on what happened next

https://www.theregister.com/2026/04/13/ai_attorneys/
2•jjgreen•46m ago•1 comments

Invisible Scars (2024)

https://www.psychologytoday.com/us/blog/beyond-school-walls/202410/invisible-scars
1•mpweiher•46m ago•0 comments

Utf8Regex – UTF-8 Regex for .NET (using SIMD/AVX)

https://github.com/Lokad/Utf8Regex
1•vermorel•49m ago•0 comments

Dynamic Export Rate Pilot – San Diego Gas and Electric [video]

https://www.youtube.com/watch?v=K3Gavo8OpyY
1•thelastgallon•49m ago•0 comments

Fastfind, a fast and featureful replacement to find and fd

https://github.com/RobertFlexx/fastfind
1•Kokonico•52m ago•0 comments

Convenient Trust Management for Emacs

https://github.com/eshelyaron/trust-manager
2•oskardrums•54m ago•0 comments

Finding Widespread Cheating on Popular Agent Benchmarks

https://debugml.github.io/cheating-agents/
1•stared•54m ago•0 comments

Ask HN: Do have any SaaS idea that give me knowledge of the business and money?

1•SRMohitkr•55m ago•0 comments

Brain on Poverty: Why Poor People Seem to Make Bad Decisions (2013)

https://www.theatlantic.com/business/archive/2013/11/your-brain-on-poverty-why-poor-people-seem-t...
1•downbad_•55m ago•2 comments

Benchmark LLM Inference on WebGPU

https://arxiv.org/abs/2604.02344
1•yu3zhou4•56m ago•0 comments