Export to GitHub

slowaes - issue #7

Typo in cryptoHelpers.js:172 ( base64.decode() )


Posted on Oct 30, 2009 by Helpful Ox

Instead of:

if(c[3] >= 0 && c[2] < 64){

should be:

if(c[3] >= 0 && c[3] < 64){

Best regards, Igor.

Status: New

Labels:
Type-Defect Priority-Medium