JoshKaufman / ursa

URSA - RSA public/private key OpenSSL bindings for Node.js
Other
619 stars 135 forks source link

add utf16le unicoding #160

Closed silenceboychen closed 6 years ago

silenceboychen commented 6 years ago

encoding with nodejs and decoding with C#. C# decoding use unicode, so I need set bufEncoding = 'utf16le'. I think the character encoding is very common.

silenceboychen commented 6 years ago

I want to know when this PR can be released?