frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

A prolonged Middle East conflict could reshape how we fly

https://www.bbc.co.uk/news/articles/cn08x9lw0pzo
1•edward•48s ago•0 comments

Modly: Drop a photo, get a 3D mesh, open source and runs on your GPU

https://firethering.com/modly-local-ai-image-to-3d-model-generator/
1•steveharing1•1m ago•0 comments

Skeleton of Three Musketeers hero d'Artagnan may have been found

https://www.theguardian.com/world/2026/mar/25/skeleton-three-musketeers-dartagnan-alexandre-dumas
1•victortalkstech•1m ago•0 comments

Roots of Copernican Revolutions [video]

https://www.youtube.com/watch?v=iRCUz7LG0vw
1•teleforce•1m ago•0 comments

Inside the far-right network targeting Europe's digital rules

https://corporateeurope.org/en/2026/03/inside-far-right-network-targeting-europes-digital-rules
1•vrganj•3m ago•0 comments

Agent Identity System

https://github.com/yshuolu/agent-identity-protocol
1•yshuolu•3m ago•0 comments

Basecamp Goes Agent-First

https://basecamp.com/agents
1•diogenico•6m ago•1 comments

The U.S. Said It Helped Bomb a Drug Camp. It Was a Dairy Farm

https://www.nytimes.com/2026/03/24/world/americas/us-ecuador-drug-camp-bombing-dairy-farm.html
1•vrganj•8m ago•0 comments

Requests Toolbelt

https://toolbelt.readthedocs.io/en/latest/
1•ankitg12•9m ago•0 comments

I built a functional co-parenting web app

1•Max_T•12m ago•0 comments

Samsung Browser is now on Windows with features that might make you ditch Chrome

https://www.neowin.net/news/samsung-browser-is-now-on-windows-with-features-that-might-make-you-d...
1•bundie•13m ago•0 comments

Building a tiny JavaScript runtime with QuickJS

https://healeycodes.com/building-a-runtime-with-quickjs
1•ingve•14m ago•1 comments

The etymology of Sine and Cosine is kinda funny and interesting

https://old.reddit.com/r/etymology/comments/dln9hc/the_etymology_of_sine_and_cosine_is_kinda_funny/
1•teleforce•14m ago•0 comments

Every venture is either a commodity or a brand

https://mvrckhckr.com/articles/every-venture-is-either-a-commodity-or-a-brand
1•mvrckhckr•17m ago•0 comments

Show HN: Beta Appointment Setter

https://apps.apple.com/us/app/docya/id6760323264
1•gdiocarez•18m ago•0 comments

NASA's plan for nuking Gateway and sending it to Mars

https://arstechnica.com/space/2026/03/here-is-nasas-plan-for-nuking-gateway-and-sending-it-to-mars/
1•rbanffy•20m ago•0 comments

DarkSword Exploit Chain, Unpackaged

https://github.com/DarKDevz/DarKSward
1•lode•23m ago•0 comments

Show HN: Feed.news – A public news feed for anything you care about

https://feed.news/
1•marche101•24m ago•0 comments

American Diner Gothic

https://www.thenewatlantis.com/publications/american-diner-gothic
2•rienbdj•28m ago•0 comments

The Download: reawakening frozen brains, and the AI Hype Index returns

https://www.technologyreview.com/2026/03/25/1134636/the-download-reawakening-frozen-brains-and-th...
2•joozio•31m ago•0 comments

Granola raises $125M at $1.5B valuation

https://techcrunch.com/2026/03/25/granola-raises-125m-hits-1-5b-valuation-as-it-expands-from-meet...
3•doppp•34m ago•0 comments

Show HN: Find Customer Service Phone Numbers

https://dialindex.com
2•yosid•37m ago•0 comments

Two year old Android Bluetooth bug fixed, no more root required for librepods

https://issuetracker.google.com/issues/371713238
1•Lunar5227•37m ago•1 comments

FreeBSD remote DoS vulnerability via TCP – FreeBSD-SA-26:06.tcp

https://www.freebsd.org/security/advisories/FreeBSD-SA-26:06.tcp.asc
1•ggeorg•38m ago•1 comments

Spectre GCR Mac emulator for Atari ST manual (1989)

https://archive.org/details/Spectre_GCR_Manual_Macintosh_emulator_1989
2•TMWNN•40m ago•1 comments

Gerard of Cremona

https://en.wikipedia.org/wiki/Gerard_of_Cremona
1•teleforce•43m ago•0 comments

Rich Content AI Chat

https://99helpers.com/tools/ai-chat
1•nickk81•45m ago•1 comments

Accidental $70k Google Pixel Lock Screen Bypass

https://bugs.xdavidhu.me/google/2022/11/10/accidental-70k-google-pixel-lock-screen-bypass/
1•Jacobinski•47m ago•0 comments

Porting Go's io package to C

https://antonz.org/porting-go-io/
2•ingve•51m ago•1 comments

Skeleton of Three Musketeers' d'Artagnan may have been found under Dutch church

https://news.sky.com/story/skeleton-of-three-musketeers-dartagnan-may-have-been-found-under-dutch...
3•austinallegro•55m ago•0 comments
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.