Bug 1004915

Summary: htpasswd: BCRYPT algorithm not supported on this platform
Product: [Fedora] Fedora Reporter: Jannik <me>
Component: httpdAssignee: Rahul Sundaram <metherid>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 19CC: jkaluza, jorton, mat.booth, metherid, pahan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 11:46:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jannik 2013-09-05 18:04:04 UTC
Description of problem:
htpasswd can't hash with bcrypt

Version-Release number of selected component (if applicable):
Fedora 19 (x86_64)
bcrypt 1.1-8.fc19
httpd-tools 2.4.6-2.fc19


Steps to Reproduce:
1. install apache and bcrypt
2. try to use htpasswd with bcrypt


Actual results:

$ yum list bcrypt
Loaded plugins: auto-update-debuginfo, langpacks, refresh-packagekit
Installed Packages
bcrypt.x86_64                                        1.1-8.fc19                                        @fedora

$ htpasswd -nB yourName
htpasswd: BCRYPT algorithm not supported on this platform


Expected results:

You know what I mean?!

Comment 1 Mat Booth 2013-11-14 15:54:09 UTC
I see this too.

It is probably a problem with httpd not compiling in support rather than a problem with bcrypt.

Consider moving the bug to the httpd component.

Comment 2 Jannik 2013-11-14 16:17:17 UTC
done

Comment 3 Jannik 2014-01-24 11:46:31 UTC
Just tested it again and it works fine now. I'll close this bug.