Skip to content

Commit

Permalink
Merge pull request #23 from dmaciel/master
Browse files Browse the repository at this point in the history
Increase pw_cost default to be fully compliant with sf0.0.3
  • Loading branch information
tectiv3 authored Jul 31, 2019
2 parents c09160d + b595ce5 commit f15e8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func init() {
//NewUser - user constructor
func NewUser() User {
user := User{}
user.PwCost = 5000
user.PwCost = 100000
user.PwAlg = "sha512"
user.PwKeySize = 512
user.PwFunc = "pbkdf2"
Expand Down

0 comments on commit f15e8b0

Please sign in to comment.