Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Discussion & Documentation Gentoo Forums Feedback
  • Search

Is f.g.o a top secret agency now?

Having a problem with the forums? Have a suggestion? Post here!
Post Reply
  • Print view
Advanced search
8 posts • Page 1 of 1
Author
Message
eccerr0r
Watchman
Watchman
Posts: 10239
Joined: Thu Jul 01, 2004 6:51 pm
Location: almost Mile High in the USA
Contact:
Contact eccerr0r
Website

Is f.g.o a top secret agency now?

  • Quote

Post by eccerr0r » Thu Apr 02, 2026 1:34 pm

Why is the new password requirement so long now?

TBH I had a crappy password for over 20 years here and still have a crappy password. TBH bruteforcing my password on an anonymous social media platform isn't very valuable... was there a real reason why the minimum password length was increased to 12?

Did someone actually run a bruteforce on the password list and find my stupid password?
Intel Core i7 2700K/Radeon Firepro W2100/24GB DDR3/800GB SSD
What am I supposed watching?
Top
NeddySeagoon
Administrator
Administrator
User avatar
Posts: 56094
Joined: Sat Jul 05, 2003 9:37 am
Location: 56N 3W

Re: Is f.g.o a top secret agency now?

  • Quote

Post by NeddySeagoon » Thu Apr 02, 2026 1:40 pm

eccerr0r,

The old password size was set when the forums were new in 2002. The new password size may need to be good in another 25 years too.
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Top
sam_
Developer
Developer
User avatar
Posts: 2816
Joined: Fri Aug 14, 2020 12:33 am

Re: Is f.g.o a top secret agency now?

  • Quote

Post by sam_ » Thu Apr 02, 2026 1:42 pm

It might be that we can reduce it, but we forced a change because the previous was sent out in plaintext and I don't recall what the hashing situation was (they were hashed I believe but I think MD5, not great for today's standards) so wanted to invalidate all of that.

I suspect 12 is just the new default and we didn't change it. The admins can comment on if they want to do that.
Top
eccerr0r
Watchman
Watchman
Posts: 10239
Joined: Thu Jul 01, 2004 6:51 pm
Location: almost Mile High in the USA
Contact:
Contact eccerr0r
Website

Re: Is f.g.o a top secret agency now?

  • Quote

Post by eccerr0r » Thu Apr 02, 2026 1:59 pm

Ah okay. IMHO even though md5 is no longer cryptographically secure in that collisions can be made, for an anonymous social media site that only has one real topic?

Would someone be interested in hijacking my f.g.o account? Really? Now that I wrote this I painted a couple concentric circles on my back...

True that quantum computing might be a problem in the future but brute force is not going to be solved by quantum computing, Reversing the encryption from the hash is going to happen but I don't think the length really matters when the hash is attacked that way. And it still requires access to the hash - which I sure hope that the admins keep from happening. But that's not on individual users, that's an admin issue!

I don't see brute forcing through the network a real issue unless it's a dictionary password, as long as someone didn't choose a dictionary password, the amount of time it'd take to crack a password would be hindered by just waiting 1 second between attempts.

Sorry about double posting this, since there are already replies, too late for me to delete...
Intel Core i7 2700K/Radeon Firepro W2100/24GB DDR3/800GB SSD
What am I supposed watching?
Top
sam_
Developer
Developer
User avatar
Posts: 2816
Joined: Fri Aug 14, 2020 12:33 am

Re: Is f.g.o a top secret agency now?

  • Quote

Post by sam_ » Thu Apr 02, 2026 2:04 pm

Issue is more if the DB is compromised, someone gets a user's password, bruteforces the MD5, then they can try that password with the user's email on other services. But I agree that I don't think a long password is very important for the forums, for users anyway.
Top
grknight
Retired Dev
Retired Dev
Posts: 2565
Joined: Fri Feb 20, 2015 9:36 pm

  • Quote

Post by grknight » Thu Apr 02, 2026 2:07 pm

eccerr0r wrote: Thu Apr 02, 2026 1:59 pmWould someone be interested in hijacking my f.g.o account? Really? Now that I wrote this I painted a couple concentric circles on my back...
Not specific to you, but cracking into a low risk site may lead to more valuable targets when people reuse passwords.
Password reuse of a Gentoo admin lead to that GitHub issue a few years ago.
Top
Banana
Administrator
Administrator
User avatar
Posts: 2394
Joined: Fri May 21, 2004 12:02 pm
Location: Germany
Contact:
Contact Banana
Website

Re: Is f.g.o a top secret agency now?

  • Quote

Post by Banana » Thu Apr 02, 2026 4:07 pm

Hell, the only real answer to this "problem" is the good old xkcd about Password Strength

https://xkcd.com/936/
Forum Guidelines

PFL - Portage file list - find which package a file or command belongs to.
My delta-labs.org snippets do expire
Top
Chiitoo
Ninja Apprentice
Ninja Apprentice
User avatar
Posts: 3079
Joined: Sun Feb 28, 2010 5:36 pm
Location: Sore wa sore, kore wa kore... nanoda.

Re: Is f.g.o a top secret agency now?

  • Quote

Post by Chiitoo » Thu Apr 02, 2026 5:13 pm

I think there's some additional hashing done during the migration [1], or at least a function exists, but I haven't really looked into it too deeply to say what exactly happens:

Code: Select all

function phpbb_convert_password_hash($hash)
{
	global $phpbb_container;

	/* @var $manager \phpbb\passwords\manager */
	$manager = $phpbb_container->get('passwords.manager');
	$hash = $manager->hash($hash, '$H$');

	return '$CP$' . $hash;
}
I'm no fan of changing passwords either, often at least, but when I finally started using password managers for work due to so many different ones needed, I kind of gave up on the ones I can remember... and mostly rely on them generators though I'd still rather remember them of course.

I do think it was a good idea to "refresh" them here, since the BB2 did send the initial ones back in plain-text for some reason.

It will happen again in 999 days, which is the current maximum delay for it, and was the easiest (only method without changes?) way to force the change on first log-in for everyone.

1. https://gitweb.gentoo.org/proj/forums.g ... .2.x#n1961
Kindest of regardses.
Top
Post Reply
  • Print view

8 posts • Page 1 of 1

Return to “Gentoo Forums Feedback”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic