Esa Laitila
Esa Laitila
UTF-16
Any advise how to read utf-16 (LittleEndian) file info buffer. Tried normal way : ```` while (row = reader.next()) { line = row.toString('utf16le'); ........ } ```` but seems to be...
I'm struggling with Yubikey 4 PIV slots, and trying to find specific slot Subject/Issuer value. Trying something code like : ```` const graphene = require('graphene-pk11'); // pkcs11.load("./lib/libykcs11.dylib"); const mod =...
I have some errors with library loader/path when using my Yubikey 4 with Electron (main process). ```` graphene-module: function Module(lib) { var _this = _super.call(this, lib) || this; _this.libFile =...
I have similar errors as #3 . Here is some messages: ```` gyp ERR! build error gyp ERR! stack Error: `C:\Program Files (x86)\MSBuild\14.0\bin\msbuild.exe` failed with exit code: 1 gyp ERR!...