{"id":264443,"date":"2015-08-27T23:03:02","date_gmt":"2015-08-27T19:03:02","guid":{"rendered":"http:\/\/savepearlharbor.com\/?p=264443"},"modified":"-0001-11-30T00:00:00","modified_gmt":"-0001-11-29T21:00:00","slug":"","status":"publish","type":"post","link":"https:\/\/savepearlharbor.com\/?p=264443","title":{"rendered":"NW.js (Node-Webkit) + \u0420\u0443\u0442\u043e\u043a\u0435\u043d = RutokenJS (\u041d\u0430\u0447\u0430\u043b\u043e)"},"content":{"rendered":"<p>     \t\u0420\u0435\u0448\u0438\u043b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044c (<a href=\"https:\/\/nodejs.org\/api\/addons.html\">addon<\/a>) <a href=\"http:\/\/nwjs.io\/\">NW,js<\/a> \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0420\u0443\u0442\u043e\u043a\u0435\u043d\u0430\u043c\u0438 \u0438 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u043a\u043e\u0434\u043e\u043c, \u0430 \u0442\u0430\u043a \u0436\u0435 \u043f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u0432\u0430\u0441 \u043f\u043e\u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0432 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u0435.<\/p>\n<p>  \u0421\u0443\u0442\u044c \u0438\u0434\u0435\u0438 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e\u0431\u044b \u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0420\u0443\u0442\u043e\u043a\u0435\u043d\u0430 \u0432 NW \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0447\u0438\u0441\u0442\u043e\u0433\u043e \u0438 \u043f\u043e\u043d\u044f\u0442\u043d\u043e\u0433\u043e JavaScript, \u0430 \u0442\u0430\u043a\u0436\u0435 \u044d\u0442\u043e\u0442 \u043c\u043e\u0434\u0443\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0432 Node.JS \u0438\u043b\u0438 io.js.<\/p>\n<p>  \u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u044b \u0444\u0443\u043d\u043a\u0446\u0438\u0438 PKCS#11  <\/p>\n<ul>\n<li>fnInitialize (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetFunctionList, C_Initialize<\/i>)<\/li>\n<li>fnCountSlot (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetSlotList<\/i>)<\/li>\n<li>fnGetSlotInfo (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetSlotInfo<\/i>)<\/li>\n<li>fnGetTokenInfo (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetTokenInfo<\/i>)<\/li>\n<li>fnGetMechanismList (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetMechanismList<\/i>)<\/li>\n<\/ul>\n<p>  <a name=\"habracut\"><\/a>\u041f\u0440\u0438\u043c\u0435\u0440 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u044f:<\/p>\n<pre><code class=\"javascript\">var rutoken = require('.\/rutoken\/build\/Release\/rutoken');  var cntSlot = rutoken.fnCountSlot(); console.log('cntSlot: ', cntSlot);  if(cntSlot &gt; 0) {     for(var i=0; i &lt;= cntSlot-1; i++) {         rutoken.fnGetSlotInfo(i, function(data) {             console.log('Slot info #' + i + &quot;\\n&quot;, data);         });         rutoken.fnGetTokenInfo(i, function(data) {             console.log('Token info #' + i + &quot;\\n&quot;, data);         });         rutoken.fnGetMechanismList(i, function(data) {             console.log('Mechanism list #' + i + &quot;\\n&quot;, data);         });     } } <\/code><\/pre>\n<p>  \u041f\u0440\u043e\u0435\u043a\u0442 \u043d\u0430 GitHub: <a href=\"https:\/\/github.com\/roman-sopov\/RutokenJS\">https:\/\/github.com\/roman-sopov\/RutokenJS<\/a><\/p>\n<p>  \u041f\u0440\u0438\u043c\u0435\u0440\u044b Node addon: <a href=\"https:\/\/github.com\/nodejs\/node-addon-examples\">https:\/\/github.com\/nodejs\/node-addon-examples<\/a><br \/>  \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f Node addon: <a href=\"https:\/\/nodejs.org\/api\/addons.html\">https:\/\/nodejs.org\/api\/addons.html<\/a><br \/>  \u0414\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u044f \u0420\u0443\u0442\u043e\u043a\u0435\u043d SDK: <a href=\"http:\/\/developer.rutoken.ru\/pages\/viewpage.action?pageId=3178534\">http:\/\/developer.rutoken.ru\/pages\/viewpage.action?pageId=3178534<\/a>     \t<\/p>\n<div class=\"clear\"><\/div>\n<p> \u0441\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043e\u0440\u0438\u0433\u0438\u043d\u0430\u043b \u0441\u0442\u0430\u0442\u044c\u0438 <a href=\"http:\/\/habrahabr.ru\/post\/265575\/\"> http:\/\/habrahabr.ru\/post\/265575\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>     \t\u0420\u0435\u0448\u0438\u043b \u0441\u043e\u0437\u0434\u0430\u0442\u044c \u043c\u043e\u0434\u0443\u043b\u044c (<a href=\"https:\/\/nodejs.org\/api\/addons.html\">addon<\/a>) <a href=\"http:\/\/nwjs.io\/\">NW,js<\/a> \u0434\u043b\u044f \u0440\u0430\u0431\u043e\u0442\u044b \u0441 \u0420\u0443\u0442\u043e\u043a\u0435\u043d\u0430\u043c\u0438 \u0438 \u043f\u043e\u0434\u0435\u043b\u0438\u0442\u044c\u0441\u044f \u0441 \u0441\u043e\u043e\u0431\u0449\u0435\u0441\u0442\u0432\u043e\u043c \u043a\u043e\u0434\u043e\u043c, \u0430 \u0442\u0430\u043a \u0436\u0435 \u043f\u0440\u0438\u0433\u043b\u0430\u0441\u0438\u0442\u044c \u0432\u0430\u0441 \u043f\u043e\u0443\u0447\u0430\u0441\u0442\u0432\u043e\u0432\u0430\u0442\u044c \u0432 \u043e\u0442\u043a\u0440\u044b\u0442\u043e\u043c \u043f\u0440\u043e\u0435\u043a\u0442\u0435.<\/p>\n<p>  \u0421\u0443\u0442\u044c \u0438\u0434\u0435\u0438 \u0432 \u0442\u043e\u043c, \u0447\u0442\u043e\u0431\u044b \u043c\u043e\u0436\u043d\u043e \u0431\u044b\u043b\u043e \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u0432\u0441\u0435 \u0432\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u0420\u0443\u0442\u043e\u043a\u0435\u043d\u0430 \u0432 NW \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e \u0447\u0438\u0441\u0442\u043e\u0433\u043e \u0438 \u043f\u043e\u043d\u044f\u0442\u043d\u043e\u0433\u043e JavaScript, \u0430 \u0442\u0430\u043a\u0436\u0435 \u044d\u0442\u043e\u0442 \u043c\u043e\u0434\u0443\u043b\u044c \u043c\u043e\u0436\u0435\u0442 \u0431\u044b\u0442\u044c \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d \u0432 Node.JS \u0438\u043b\u0438 io.js.<\/p>\n<p>  \u041d\u0430 \u0434\u0430\u043d\u043d\u044b\u0439 \u043c\u043e\u043c\u0435\u043d\u0442 \u0440\u0435\u0430\u043b\u0438\u0437\u043e\u0432\u0430\u043d\u044b \u0444\u0443\u043d\u043a\u0446\u0438\u0438 PKCS#11  <\/p>\n<ul>\n<li>fnInitialize (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetFunctionList, C_Initialize<\/i>)<\/li>\n<li>fnCountSlot (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetSlotList<\/i>)<\/li>\n<li>fnGetSlotInfo (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetSlotInfo<\/i>)<\/li>\n<li>fnGetTokenInfo (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetTokenInfo<\/i>)<\/li>\n<li>fnGetMechanismList (\u0438\u0441\u043f\u043e\u043b\u044c\u0437\u0443\u0435\u0442: <i>C_GetMechanismList<\/i>)<\/li>\n<\/ul>\n<p>  <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[],"tags":[],"class_list":["post-264443","post","type-post","status-publish","format-standard","hentry"],"_links":{"self":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/264443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=264443"}],"version-history":[{"count":0,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=\/wp\/v2\/posts\/264443\/revisions"}],"wp:attachment":[{"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=264443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=264443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/savepearlharbor.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=264443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}