[commits] Horde branch master updated. a8f5392161f9d649532836f9f96dff7d0f555963

Michael M Slusarz slusarz at horde.org
Mon Oct 28 19:32:55 UTC 2013


The branch "master" has been updated.
The following is a summary of the commits.

from: 0dc52d0f6bb8da1d21116a3b89073d273a53c446

a8f5392 Hashing Algorithm usage

Summary: http://github.com/horde/horde/compare/0dc52d0f6bb8da1d21116a3b89073d273a53c446...a8f5392161f9d649532836f9f96dff7d0f555963

-----------------------------------------------------------------------

commit a8f5392161f9d649532836f9f96dff7d0f555963
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Fri Oct 25 14:44:17 2013 -0600

    Hashing Algorithm usage
    
    MD5 has been totally deprecated for usage when collisions may be an
    issue - we should migrate to SHA-1 going forward.
    
    SHA-1 isn't the best choice either - it's relatively performance hungry
    since it is designed to be cryptographically secure.  Something like
    Murmurhash3 would be much more desirable (and it is 128-bits).  But
    SHA-1 is the best choice of the built-in PHP hash algorithms.

 horde/docs/CODING_STANDARDS |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/a8f5392161f9d649532836f9f96dff7d0f555963
http://git.horde.org/horde-git/-/commit/a8f5392161f9d649532836f9f96dff7d0f555963




More information about the commits mailing list