php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #35191 SHA-256 support
Submitted: 2005-11-11 10:46 UTC Modified: 2005-11-11 12:18 UTC
From: lauris at nix dot lv Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 6CVS-2005-11-11 (CVS) OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: lauris at nix dot lv
New email:
PHP Version: OS:

 

 [2005-11-11 10:46 UTC] lauris at nix dot lv
Description:
------------
It would be realy usefull to include sha256 hashing function because md5 and sha1 aren't so secure nowdays. And there are a lot of sha256 implementations that can be used! So there is nothing new to invent :)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-11 12:18 UTC] helly@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php

SHA1 is unsecure? I never have read anything like that. The news were only saying that some guys think that in theory it maybe possible to guess the keys in a reasonable time with a huge processing power if you new something about the hashed stuff. More or less the same goes for MD5 only it is shorter, so the computation power needed is less and knowing something about the hashed stff is worth much more than with SHA1.

Still having SHA256 would be good. Look for mhash. And look for extension mhash and MHASH_SHA256.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 23:01:30 2024 UTC