[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2021-09-09 Thread Carlo Marcelo Arenas Belón
FWIW, in Ubuntu 20.04 a bcrypt hash generated with -B in the provided htpasswd (that uses their own implementation), can be used by crypt(3): $ perl -e 'print crypt("cvspassword", "\$2y\$05\$xGcVN3jyU43rgH/jtc0mG.wMEYmvXBjdZtBc5R1jFYD83aaOTWiqa"), "\n"' $2y$05$xGcVN3jyU43rgH/jtc0mG.wMEYmvXBjd

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2019-11-19 Thread Thommie Rother
Has there been any progress on this more than five year old topic? The glibc of the long time supported 18.04.3 LTS still has no support for BLF-CRYPT. I saw that from debian-side blowfish is still not supported but some distros add it by themselves. Why not ubuntu? -- You received this bug not

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2015-10-16 Thread Marcus Bointon
Please ignore my last comment. bcrypt is undoubtedly better than a single round of SHA512 as a password hash (what I was on about), but SHA512 is not the same thing as the multiple rounds used in SHA512-CRYPT that's in libc and in Ulrich's paper. -- You received this bug notification because you

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2015-10-16 Thread Marcus Bointon
For password hashing, bcrypt *is* better, by design. There's absolutely no ambiguity here, the consensus is fully in favour of bcrypt. Hashes like SHA512 are general purpose, designed to run really fast, whereas bcrypt is explicitly for secure hashing and is deliberately, tuneably slow. There are m

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2014-07-28 Thread Dan Quade
Alright, sorry for my rudeness and impatience. Granted, I am not familiar with how these things are usually handled around here. I am aware this is mainly an upstream issue, but from crypt(3)'s man page I assumed distros are the ones who choose whether to implement Blowfish support. To quote the m

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2014-07-28 Thread Dimitri John Ledkov
** Changed in: glibc (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1349252 Title: crypt(3) lacks Blowfish support Status in “glibc” packag

Re: [Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2014-07-28 Thread Dimitri John Ledkov
On 28 July 2014 15:02, Dan Quade <1349...@bugs.launchpad.net> wrote: > Using sha-crypt is not a solution. Certain apps are built to use > crypt(3) only and thus lack Blowfish support. You have 1 day to reopen > this bug or I will make a new one. > In Ubuntu, we typically do not deviate from our up

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2014-07-28 Thread Dan Quade
Using sha-crypt is not a solution. Certain apps are built to use crypt(3) only and thus lack Blowfish support. You have 1 day to reopen this bug or I will make a new one. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. htt

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2014-07-28 Thread Dimitri John Ledkov
http://www.akkadia.org/drepper/sha-crypt.html Please use SHA-512 or SHA-256, available universally since 2.7. ** Changed in: glibc (Ubuntu) Status: New => Won't Fix ** Changed in: glibc (Ubuntu) Assignee: (unassigned) => Dimitri John Ledkov (xnox) ** Changed in: linux (Ubuntu)

[Kernel-packages] [Bug 1349252] Re: crypt(3) lacks Blowfish support

2014-07-27 Thread Dan Quade
Some potentially useful info on the topic: http://log.or.cz/?p=56 -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1349252 Title: crypt(3) lacks Blowfish support Status in “glibc” package