You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly thanks for your valuable node-forge module. I've created two p12 file which one has reqular password and other one has ISO-8859-9 (turkish) characters. I've run the code below with regular password (not including special/locale characters) and there is no error. But when I run with password that contains ISO-8859-9 characters, I've taken "invalid password" error.
forge.pkcs12.pkcs12FromAsn1(p12Asn1, 'Bcs'); // with reqular characters
forge.pkcs12.pkcs12FromAsn1(p12Asn1, 'Bçş'); // with turkish characters
Is there your support ISO-8859-9 encoding for the function pkcs12FromAsn1?
Best regards,
The text was updated successfully, but these errors were encountered:
Firstly thanks for your valuable node-forge module. I've created two p12 file which one has reqular password and other one has ISO-8859-9 (turkish) characters. I've run the code below with regular password (not including special/locale characters) and there is no error. But when I run with password that contains ISO-8859-9 characters, I've taken "invalid password" error.
Is there your support ISO-8859-9 encoding for the function pkcs12FromAsn1?
Best regards,
The text was updated successfully, but these errors were encountered: