Add tests for passphrase
This commit is contained in:
parent
dea8d778ee
commit
fbf021cd09
3 changed files with 22 additions and 3 deletions
|
|
@ -1,5 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
var CryptoJS = CryptoJS || require('crypto-js');
|
||||
|
||||
function Passphrase(config) {
|
||||
config = config || {};
|
||||
this.salt = config.salt || 'mjuBtGybi/4=';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue