Skip to content

Commit

Permalink
Update Basic256.js
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgemini committed Apr 14, 2016
1 parent de6d893 commit 23b2409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Basic256.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function randomValueHex (len) {
.slice(0,len); // return required number of characters
};

var key1, ALGORITHM, KEY, HMAC_ALGORITHM, HMAC_KEY;
var ALGORITHM, KEY, HMAC_ALGORITHM, HMAC_KEY;

ALGORITHM = 'AES-256-CBC'; // CBC because CTR isn't possible with the current version of the Node.JS crypto library
HMAC_ALGORITHM = 'SHA256';
Expand Down

0 comments on commit 23b2409

Please sign in to comment.