mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
According to the README, this implementation is approximately 2.7 times slower than native: https://www.npmjs.com/package/bcryptjs Apps that wish to continue using the native bcrypt package should run `meteor npm install --save bcrypt` in the root application directory, and the npm-bcrypt package will prefer that implementation.