⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 customcharset.htm

📁 一个网络和单机的麻将游戏源码
💻 HTM
字号:
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Custom charset in RainbowCrack</title>
</head>

<body>

<h1>Custom charset in RainbowCrack</h1>
<p><font size="2">by Zhu Shuanglei &lt;shuanglei@hotmail.com&gt;<br>
http://www.antsight.com/zsl/rainbowcrack/</font></p>
<hr size="1">

<h2>1. Introduction</h2>

<p>Begin with version 1.1, custom charset is supported in RainbowCrack. In this
article, we will describe how to generate and use your rainbow tables with customized
charset.</p>

<h2>2. Prepare your charset configuration file</h2>

<p>In binary distribution of RainbowCrack, there is a file with the name
&quot;charset.txt&quot;. This is the charset configuration file of RainbowCrack.<br>
Content of the file looks like this:</p>
<table border="0" width="100%" bgcolor="#EBEBEB">
  <tr>
    <td width="100%"><font face="Courier New">alpha                  = [ABCDEFGHIJKLMNOPQRSTUVWXYZ]<br>
      alpha-numeric          = [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]<br>
      alpha-numeric-symbol14 = [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&amp;*()-_+=]<br>
      all                    = [ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&amp;*()-_+=~`[]{}|\:;"'&lt;>,.?/]</font></td>
  </tr>
</table>

<p>Each line contains a charset definition. To the left of character
&quot;=&quot; is the charset name while the charset content in the right.
Charset content is quoted by &quot;[&quot; and &quot;]&quot; in case space may
appear in the charset content.<br>
For example, we want a charset definition of alpha and space. Just add a line to
the configuration file:</p>
<table border="0" width="100%" bgcolor="#EBEBEB">
  <tr>
    <td width="100%"><font face="Courier New">alpha-space                  =
      [ABCDEFGHIJKLMNOPQRSTUVWXYZ ]</font></td>
  </tr>
</table>
<p>Note: Don't use charset other than alpha, number and &quot;-&quot; in charset
name. Because we store the charset name in the filename of generated rainbow
table, this convention properly avoid the &quot;invalid filename&quot;
situation.</p>
<p>File &quot;charset.txt&quot; in binary distribution is ready to
work. In most situations you needn't modify it, unless you need a custom
charset.</p>
<p>Earlier versions of RainbowCrack (version 1.0 and 1.01) support charset
&quot;alpha&quot; and &quot;alpha-numeric&quot; only. They don't use a charset
configuration file. Charset definitions are hard coded in the programs.</p>
<h2>3. Use charset configuration file</h2>

<p>Configuration file &quot;charset.txt&quot; is used by rtgen.exe and
rcrack.exe.</p>
<p>You can specify the required charset name in the command parameter of
rtgen.exe. For example:</p>
<table border="0" width="100%" bgcolor="#EBEBEB">
  <tr>
    <td width="100%">rtgen alpha-space 0 100 16 bla</td>
  </tr>
</table>
<p>This will generate a rainbow table named &quot;lm_alpha-space_0_100x16_bla.rt&quot;
with charset &quot;<font face="Courier New">ABCDEFGHIJKLMNOPQRSTUVWXYZ </font>&quot;,
which is specified in charset.txt.</p>
<p>Program rcrack.exe will parse the file title for the charset name, search the
charset content in the configuration file and use the corresponding charset to
decode the rainbow table.</p>
<p>Note: When a rainbow table of a certain charset name is generated, don't
modify the corresponding entry in configuration file. Without the help of
charset definition in configuration file, the generated rainbow table will
become garbage.</p>
<p>2003-9-18</p>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -