1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 15:53:27 +00:00

organization signup

This commit is contained in:
Kyle Spearrin
2017-03-03 00:07:31 -05:00
parent 27495d5055
commit 880be03211
6 changed files with 59 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ angular
};
_service.makeShareKey = function () {
return forge.random.getBytesSync(32);
return _service.rsaEncrypt(forge.random.getBytesSync(32));
};
_service.hashPassword = function (password, key) {