|
@@ -1,6 +1,6 @@ |
|
|
import crypto from 'crypto'; |
|
|
import crypto from 'crypto'; |
|
|
|
|
|
|
|
|
export default { |
|
|
|
|
|
|
|
|
module.exports = { |
|
|
encryptLogin: _encryptLogin, |
|
|
encryptLogin: _encryptLogin, |
|
|
renderPassword: _renderPassword, |
|
|
renderPassword: _renderPassword, |
|
|
_deriveEncryptedLogin, |
|
|
_deriveEncryptedLogin, |
|
|