Skip to content

Commit

Permalink
corrected SHA512 to SHA-512
Browse files Browse the repository at this point in the history
  • Loading branch information
bill[y] committed Jun 1, 2010
1 parent b2dab9f commit e5f1c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crypto.cfc
Expand Up @@ -9,7 +9,7 @@
<cfargument name="password" type="string" />
<cfargument name="salt" type="string" />
<cfargument name="iterations" type="numeric" required="false" default="1024" />
<cfargument name="algorithm" type="string" required="false" default="SHA512" />
<cfargument name="algorithm" type="string" required="false" default="SHA-512" />
<cfscript>
var hashed = '';
var i = 1;
Expand Down

0 comments on commit e5f1c87

Please sign in to comment.