<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; JS: Как зашифровать код Jscript]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=11545&amp;type=atom" />
	<updated>2016-05-02T14:22:26Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=11545</id>
		<entry>
			<title type="html"><![CDATA[Re: JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103284#p103284" />
			<content type="html"><![CDATA[<p>Про scrrun.dll знаю, только в реестр для этого мне лазить не требуется. Смотрю поиском в TLViewer/COMinformer.<br />В пакете есть inf-файл для восстановления системных связей vbe/jse или установки.<br />И тем не менее MSDN <a href="https://msdn.microsoft.com/en-us/library/d14c8zsc(v=vs.84).aspx">пишет</a>:<br /></p><div class="quotebox"><blockquote><p>Script Encoder is not supported in Windows Vista or Windows 7.</p></blockquote></div><p>Всё же команды связывают обычно с комстрокой, а не методами пусть даже встроенного объекта. Поэтому и ответ был соответствующий.</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-05-02T14:22:26Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103284#p103284</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103278#p103278" />
			<content type="html"><![CDATA[<p>Cкачал ради интереса — ничего в справке насчёт другого не нашёл.<br /><em>Scripting.Encoder</em> определён в библиотеке SCRRUN.DLL:<br /></p><div class="fancy_spoiler_switcher"><div class="fancy_spoiler_switcher_header"><strong>+</strong>&nbsp;данные из реестра</div><div class="fancy_spoiler"><div class="codebox"><pre><code>[HKEY_CLASSES_ROOT\CLSID\{32DA2B15-CFED-11D1-B747-00C04FC2B085}]
@=&quot;Script Encoder Object&quot;

[HKEY_CLASSES_ROOT\CLSID\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\InprocServer32]
@=&quot;C:\\WINDOWS\\system32\\scrrun.dll&quot;
&quot;ThreadingModel&quot;=&quot;Apartment&quot;

[HKEY_CLASSES_ROOT\CLSID\{32DA2B15-CFED-11D1-B747-00C04FC2B085}\ProgID]
@=&quot;Scripting.Encoder&quot;
</code></pre></div></div></div><p>По-видимому, SCRENC.EXE — лишь обёртка к уже наличествующей в системе возможности, — нашёл в его ресурсах строку с сообщением об ошибке:<br /></p><div class="codebox"><pre><code>8, 	&quot;Scripting encoder object (\&quot;Scripting.Encoder\&quot;) not found\n&quot;
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[wisgest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=3850</uri>
			</author>
			<updated>2016-05-02T14:08:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103278#p103278</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103277#p103277" />
			<content type="html"><![CDATA[<p>Это всё из одного пакета (по 2 ссылке), где есть справка с пояснениями и для того и для другого.</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-05-02T13:36:10Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103277#p103277</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103276#p103276" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>trom пишет:</cite><blockquote><p>Искал пишут что кодирование уже встроено в винде, но не нашел как его запустить какими командами</p></blockquote></div><p>В <a href="http://forum.script-coding.com/viewtopic.php?id=2774">теме</a>, на которую сослался <strong>Flasher</strong>, рассказывается не только об утилите <em>Script Encoder</em>, но и об ActiveX-объекте <em>Scripting.Encoder</em>.</p>]]></content>
			<author>
				<name><![CDATA[wisgest]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=3850</uri>
			</author>
			<updated>2016-05-02T13:31:14Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103276#p103276</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103237#p103237" />
			<content type="html"><![CDATA[<p>Ерунда. Писали бы, привели утилиту. И поиск касается приведённой ссылки.<br />А в отношении утилиты: старая или какая - значения не имеет, главное, что рабочая.</p><p>P.S. <a href="http://forum.script-coding.com/viewtopic.php?id=10437">Это</a> читали?</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-05-01T18:37:54Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103237#p103237</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103235#p103235" />
			<content type="html"><![CDATA[<p>Flasher<br />Искал пишут что кодирование уже встроено в винде, но не нашел как его запустить какими командами, а то что вы скинули как я понял это старая версия того что уже должно быть в винде</p>]]></content>
			<author>
				<name><![CDATA[trom]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33863</uri>
			</author>
			<updated>2016-05-01T16:18:17Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103235#p103235</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103223#p103223" />
			<content type="html"><![CDATA[<p>А <a href="http://forum.script-coding.com/viewtopic.php?id=2774">поискать</a> (<a href="http://download.microsoft.com/download/0/0/7/0073477f-bbf9-4510-86f9-ba51282531e3/sce10en.exe">Script Encoder</a> / <a href="https://web.archive.org/web/20140625042502/http://www.virtualconspiracy.com/download/scrdec18.exe">Decoder</a>)?</p>]]></content>
			<author>
				<name><![CDATA[Flasher]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=27593</uri>
			</author>
			<updated>2016-05-01T01:16:35Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103223#p103223</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[JS: Как зашифровать код Jscript]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=103220#p103220" />
			<content type="html"><![CDATA[<p>Зашифрованный файл получает расширение .jse <br />Подскажите как или чем зашифровать исходный код скрипта на Jscript ?</p>]]></content>
			<author>
				<name><![CDATA[trom]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=33863</uri>
			</author>
			<updated>2016-04-30T23:13:46Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=103220#p103220</id>
		</entry>
</feed>
