Add tests for passphrase

This commit is contained in:
Ivan Socolsky 2014-08-26 13:02:02 -03:00
commit fbf021cd09
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=';