Open 1000i100 opened 3 years ago
I have a feeling this never worked, as the chunk
param here is a Buffer
and ends with a newline.
We can create a patch like this to fix the feature:
- password += chunk;
+ password += chunk.toString().replace(/\n/, '');
@gevorg are you interested in releasing a new version of this module with a fix?
but :
It's the same if i use :
but in plain text it work :