jeff.lai
jeff.lai

Reputation: 58

Meteor, how to change the way to hash password from sha-256 to md5

When do integration from an old system to a new system which base on Rocket.Chat, and Rocket.Chat base on meteor. the old system use md5 to hash password, but in meteor is sha-256. Now I need change the way from sha-256 to md5 in meteor. Any thoughts, thx.

Upvotes: 2

Views: 949

Answers (1)

Đức
Đức

Reputation: 28

Meteor accounts-password has a dependency called bcrypt with is more secure than md5.

Upvotes: 0

Related Questions