Reputation: 58
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
Reputation: 28
Meteor accounts-password has a dependency called bcrypt with is more secure than md5.
Upvotes: 0