<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум Guardant &mdash; Guardant Stealth II + GrdCrypt ?]]></title>
		<link>https://forum.guardant.ru/topic/334/</link>
		<atom:link href="https://forum.guardant.ru/feed/rss/topic/334" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Guardant Stealth II + GrdCrypt ?».]]></description>
		<lastBuildDate>Wed, 07 Aug 2013 08:22:37 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Guardant Stealth II + GrdCrypt ?]]></title>
			<link>https://forum.guardant.ru/post/1627/#p1627</link>
			<description><![CDATA[<p>спасибо за ответ!</p>]]></description>
			<author><![CDATA[null@example.com (maratka)]]></author>
			<pubDate>Wed, 07 Aug 2013 08:22:37 +0000</pubDate>
			<guid>https://forum.guardant.ru/post/1627/#p1627</guid>
		</item>
		<item>
			<title><![CDATA[Re: Guardant Stealth II + GrdCrypt ?]]></title>
			<link>https://forum.guardant.ru/post/1625/#p1625</link>
			<description><![CDATA[<p>Здравствуйте.<br /></p><div class="quotebox"><cite>maratka пишет:</cite><blockquote><p>есть ли аналог ф-ии nskCodeInit?<br />или она устарела в новом API?</p></blockquote></div><p>Да, это функция <strong>GrdCodeinit</strong> (подробнее см.в <a href="https://www.guardant.ru/download/manual/Guardant_API.zip">справке по Guardant API</a>).</p><p>Отдельно тут стоит отметить и то, что для современных ключей данная функция точно является устаревшей и неприменимой, поскольку в современных моделях электронных ключей Guardant (в отличии от ключей StealthII) не используются алгоритмы шифрования типа Stealth I.</p>]]></description>
			<author><![CDATA[null@example.com (Антон Тихиенко)]]></author>
			<pubDate>Wed, 07 Aug 2013 07:13:58 +0000</pubDate>
			<guid>https://forum.guardant.ru/post/1625/#p1625</guid>
		</item>
		<item>
			<title><![CDATA[Re: Guardant Stealth II + GrdCrypt ?]]></title>
			<link>https://forum.guardant.ru/post/1623/#p1623</link>
			<description><![CDATA[<p>есть ли аналог ф-ии nskCodeInit?<br />или она устарела в новом API?</p>]]></description>
			<author><![CDATA[null@example.com (maratka)]]></author>
			<pubDate>Tue, 06 Aug 2013 16:50:03 +0000</pubDate>
			<guid>https://forum.guardant.ru/post/1623/#p1623</guid>
		</item>
		<item>
			<title><![CDATA[Re: Guardant Stealth II + GrdCrypt ?]]></title>
			<link>https://forum.guardant.ru/post/1622/#p1622</link>
			<description><![CDATA[<p>указал номер demo-алгоритма GSII64:<br />ret = GrdCrypt(hGrd, 4, DataLen, (void*)sData, GrdAM_ECB|GrdAM_Encrypt|GrdSC_All, NULL, NULL, NULL);<br />и заработало, спасибо!</p>]]></description>
			<author><![CDATA[null@example.com (maratka)]]></author>
			<pubDate>Tue, 06 Aug 2013 14:33:40 +0000</pubDate>
			<guid>https://forum.guardant.ru/post/1622/#p1622</guid>
		</item>
		<item>
			<title><![CDATA[Re: Guardant Stealth II + GrdCrypt ?]]></title>
			<link>https://forum.guardant.ru/post/1621/#p1621</link>
			<description><![CDATA[<p>Здравствуйте.<br /></p><div class="quotebox"><cite>maratka пишет:</cite><blockquote><p>ret = GrdCrypt(hGrd, GrdAT_Algo0/* nsat_Algo0 */, DataLen, (void*)sData, GrdAM_ECB|GrdAM_Encrypt|GrdSC_All, <br />NULL, NULL, NULL);<br />который возвращает: GrdE_DongleNotFound == ret<br />в чём ошибка?</p></blockquote></div><p>Вторым параметром (<strong>dwAlgo</strong>) функция <strong>GrdCrypt</strong> принимает номер (числовое имя) аппаратного алгоритма типа <strong>GSII64</strong>.</p><p>Указанные в приведенном коде параметры (GrdAT_Algo0/* nsat_Algo0 */) для функции <strong>GrdCrypt</strong> НЕ используются.</p><p>Убедитесь что в тестируемом электронном ключе действительно прошит аппаратный алгоритм типа <strong>GSII64</strong> и укажите его номер в параметре <strong>dwAlgo</strong>.</p>]]></description>
			<author><![CDATA[null@example.com (Антон Тихиенко)]]></author>
			<pubDate>Tue, 06 Aug 2013 12:39:01 +0000</pubDate>
			<guid>https://forum.guardant.ru/post/1621/#p1621</guid>
		</item>
		<item>
			<title><![CDATA[Guardant Stealth II + GrdCrypt ?]]></title>
			<link>https://forum.guardant.ru/post/1620/#p1620</link>
			<description><![CDATA[<p>Здравствуйте Техподдержка!<br />ABCD070<br />есть клиенты программы, которые используют Guardant Stealth II <br />Пошла установка&nbsp; перейти на новые ключи и защиту (но нужна совместимость со старыми ключами).</p><p>соотв. имеем такой тестовый код (тестирую ключи Stealth II):<br />...<br />GrdLogin (hGrd, 0xFFFFFFFF, NULL);<br />...<br />ret = GrdCrypt(hGrd, GrdAT_Algo0/* nsat_Algo0 */, DataLen, (void*)sData, GrdAM_ECB|GrdAM_Encrypt|GrdSC_All, <br />NULL, NULL, NULL);</p><p>который возвращает: GrdE_DongleNotFound == ret</p><p>в чём ошибка? <br />спасибо за ответ!</p>]]></description>
			<author><![CDATA[null@example.com (maratka)]]></author>
			<pubDate>Tue, 06 Aug 2013 11:25:46 +0000</pubDate>
			<guid>https://forum.guardant.ru/post/1620/#p1620</guid>
		</item>
	</channel>
</rss>
