Merge pull request #1185 from isocolsky/test/passphrase

Add tests for passphrase
This commit is contained in:
Matias Alejo Garcia 2014-08-26 16:19:46 -03:00
commit 64afc4b914
3 changed files with 22 additions and 3 deletions

View file

@ -1,5 +1,7 @@
'use strict';
var CryptoJS = CryptoJS || require('crypto-js');
function Passphrase(config) {
config = config || {};
this.salt = config.salt || 'mjuBtGybi/4=';