<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IPCPU——网络之路 &#187; 密码</title>
	<atom:link href="http://www.ipcpu.com/tag/%e5%af%86%e7%a0%81/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipcpu.com</link>
	<description></description>
	<lastBuildDate>Sat, 03 Dec 2011 17:16:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>使用Latin-1（扩展ASCII码）字符做密码，字典神马的都是浮云</title>
		<link>http://www.ipcpu.com/2010/11/fuyun-ascii/</link>
		<comments>http://www.ipcpu.com/2010/11/fuyun-ascii/#comments</comments>
		<pubDate>Sun, 28 Nov 2010 08:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络技术]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[密码]]></category>
		<category><![CDATA[网络安全]]></category>

		<guid isPermaLink="false">http://www.ipcpu.com/?p=877</guid>
		<description><![CDATA[一、神马是扩展ASCII码？ 大多数计算机的一个字节是8位，取值范围是0~255，而ASCII码并没有规定编号为128~255的字符，为了能表示更多字符，各厂商制定了很多种ASCII码的扩展规范。注意，虽然通常把这些规范称为扩展ASCII码（Extended ASCII），但其实它们并不属于ASCII码标准。 在图形界面中最广泛使用的扩展ASCII码是ISO-8859-1，也称为Latin-1，其中包含欧洲各国语言中最常用的非英文字母，但毕竟只有128个字符，某些语言中的某些字母没有包含。如下表所示(编号为128~159的是一些控制字符，表中没有列出): 另外IBM也制定了自己的扩展ASCII码，在字符终端下被广泛采用，其中包含了很多表格边线字符用来画界面。 二、使用扩展ASCII码字符做密码 不管是在Windows平台，还是在Linux和Unix平台，都可以直接通过键盘输入Latin-1字符。 输入方法： 按住Alt键，然后按小键盘区的相应的编码，比如ÿ对应的255，然后放开Alt键，屏幕即可显示出ÿ。 每次只能输入一个字符。 笔者在Linux和WinXP平台测试，这种输入方式在密码输入窗口是可行的。 这样的话，由于增加了很多字符，按照排列组合的话，密码的强度将会更加健壮。而且对于当前的黑客字典，一般都没有把扩展ASCII码列入其中，だから，字典神马的都是浮云呵呵~]]></description>
			<content:encoded><![CDATA[<p><strong>一、神马是扩展ASCII码？</strong></p>
<p>大多数计算机的一个字节是8位，取值范围是0~255，而ASCII码并没有规定编号为128~255的字符，为了能表示更多字符，各厂商制定了很多种ASCII码的扩展规范。注意，虽然通常把这些规范称为扩展ASCII码（Extended ASCII），但其实它们并不属于ASCII码标准。</p>
<p>在图形界面中最广泛使用的扩展ASCII码是ISO-8859-1，也称为Latin-1，其中包含欧洲各国语言中最常用的非英文字母，但毕竟只有128个字符，某些语言中的某些字母没有包含。如下表所示(编号为128~159的是一些控制字符，表中没有列出):</p>
<p style="text-align: center;"><a href="http://www.ipcpu.com/wp-content/uploads/2010/11/app-encoding.jpg"><img class="aligncenter size-full wp-image-878" title="app-encoding" src="http://www.ipcpu.com/wp-content/uploads/2010/11/app-encoding.jpg" alt="" width="412" height="364" /></a></p>
<p>另外IBM也制定了自己的扩展ASCII码，在字符终端下被广泛采用，其中包含了很多表格边线字符用来画界面。</p>
<p><strong>二、使用扩展ASCII码字符做密码</strong></p>
<p>不管是在Windows平台，还是在Linux和Unix平台，都可以直接通过键盘输入Latin-1字符。<br />
输入方法：</p>
<p><span style="color: #ff0000;"><strong>按住Alt键，然后按小键盘区的相应的编码，比如ÿ对应的255，然后放开Alt键，屏幕即可显示出ÿ。</strong></span></p>
<p><span style="color: #ff0000;"><strong>每次只能输入一个字符。</strong></span></p>
<p>笔者在Linux和WinXP平台测试，这种输入方式在密码输入窗口是可行的。</p>
<p>这样的话，由于增加了很多字符，按照排列组合的话，密码的强度将会更加健壮。而且对于当前的黑客字典，一般都没有把扩展ASCII码列入其中，だから，字典神马的都是浮云呵呵~</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcpu.com/2010/11/fuyun-ascii/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MySQL密码恢复和定期自动备份</title>
		<link>http://www.ipcpu.com/2010/08/mysql-password-recovery-auto-backup/</link>
		<comments>http://www.ipcpu.com/2010/08/mysql-password-recovery-auto-backup/#comments</comments>
		<pubDate>Sun, 08 Aug 2010 13:44:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[回复]]></category>
		<category><![CDATA[备份]]></category>
		<category><![CDATA[密码]]></category>
		<category><![CDATA[数据库]]></category>
		<category><![CDATA[自动]]></category>

		<guid isPermaLink="false">http://www.ipcpu.com/?p=710</guid>
		<description><![CDATA[一. MySQL密码的恢复方法之一 如果忘记了MySQL的root密码，可以用以下方法重新设置： 1. KILL掉系统里的MySQL进程； killall -TERM mysqld 2. 用以下命令启动MySQL，以不检查权限的方式启动； safe_mysqld &#8211;skip-grant-tables &#38; 3. 然后用空密码方式使用root用户登录 MySQL； mysql -u root 4. 修改root用户的密码； mysql&#62; update mysql.user set password=PASSWORD(&#8216;新密码&#8217;) where User=&#8217;root&#8217;; mysql&#62; flush privileges; mysql&#62; quit 重新启动MySQL，就可以使用新密码登录了。 二. MySQL密码的恢复方法二 有可能你的系统没有 safe_mysqld 程序(比如我现在用的 ubuntu操作系统, apt-get安装的mysql) , 下面方法可以恢复 1. 停止mysqld；    /etc/init.d/mysql stop (您可能有其它的方法,总之停止mysqld的运行就可以了) 2. 用以下命令启动MySQL，以不检查权限的方式启动； mysqld &#8211;skip-grant-tables &#38; 3. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>一. MySQL密码的恢复方法之一</strong></p>
<p>如果忘记了MySQL的root密码，可以用以下方法重新设置：<br />
1. KILL掉系统里的MySQL进程；<br />
killall -TERM mysqld<br />
2. 用以下命令启动MySQL，以不检查权限的方式启动；<br />
safe_mysqld &#8211;skip-grant-tables &amp;<br />
3. 然后用空密码方式使用root用户登录 MySQL；<br />
mysql -u root<br />
4. 修改root用户的密码；<br />
mysql&gt; update mysql.user set password=PASSWORD(&#8216;新密码&#8217;) where User=&#8217;root&#8217;;<br />
mysql&gt; flush privileges;<br />
mysql&gt; quit<br />
重新启动MySQL，就可以使用新密码登录了。</p>
<p><strong>二. MySQL密码的恢复方法二<span id="more-710"></span><br />
</strong><br />
有可能你的系统没有 safe_mysqld 程序(比如我现在用的 ubuntu操作系统, apt-get安装的mysql) , 下面方法可以恢复<br />
1. 停止mysqld；<br />
   /etc/init.d/mysql stop<br />
(您可能有其它的方法,总之停止mysqld的运行就可以了)<br />
2. 用以下命令启动MySQL，以不检查权限的方式启动；<br />
mysqld &#8211;skip-grant-tables &amp;<br />
3. 然后用空密码方式使用root用户登录 MySQL；<br />
mysql -u root<br />
4. 修改root用户的密码；<br />
mysql&gt; update mysql.user set password=PASSWORD(&#8216;newpassword&#8217;) where User=&#8217;root&#8217;;<br />
mysql&gt; flush privileges;<br />
mysql&gt; quit<br />
重新启动MySQL<br />
/etc/init.d/mysql restart<br />
就可以使用新密码 newpassword 登录了。</p>
<p><strong>三、使用mysqldump 和cron 每天定时备份数据库<br />
</strong><br />
将其置于crontab 中，每天0点备份昨天的数据库，然后存入指定目录中。<br />
#crontab -e<br />
00 00  *  *  *  /opt/backup/db/backupmysql.sh<br />
注意：crond 必须启动。<br />
#vim /opt/backup/db/backup.sh</p>
<p>#!/bin/sh<br />
backupdir=/opt/backup/db/ <br />
mkdir -p $backupdir$(date -d yesterday +%Y)/$(date -d yesterday +%m)/<br />
cd $backupdir$(date -d yesterday +%Y)/$(date -d yesterday +%m)<br />
mysqldump -uroot -p123456 blog &gt;$(date -d yesterday +%Y-%m-%d)_blog_db.sql<br />
mysqldump -uroot -p123456 www &gt;$(date -d yesterday +%Y-%m-%d)_www_db.sql<br />
<strong><span style="color: #ff0000;">#该脚本包含了数据库密码，一定要将权限设置成700。</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcpu.com/2010/08/mysql-password-recovery-auto-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Password Recovery Master&#124;Word密码破解</title>
		<link>http://www.ipcpu.com/2010/01/word-password-crack/</link>
		<comments>http://www.ipcpu.com/2010/01/word-password-crack/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 06:24:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[软件分享]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[密码]]></category>
		<category><![CDATA[密码恢复]]></category>
		<category><![CDATA[密码破解]]></category>

		<guid isPermaLink="false">http://www.ipcpu.com/?p=402</guid>
		<description><![CDATA[Word Password Recovery Master  这是是 MS Word 口令恢复的一个新革命的解决方案，结合恢复和使用的令人惊奇的简单的最高的速度。支持在线的译码解码加强，恢复引擎确保即时的口令恢复，捍卫用户私人的信息。软件使用时需要联网。 曾经用它破解了XX人的博士论文，不过破解了也没看懂！ 下载地址：点我下载   本站镜像下载]]></description>
			<content:encoded><![CDATA[<p>Word Password Recovery Master </p>
<p>这是是 MS Word 口令恢复的一个新革命的解决方案，结合恢复和使用的令人惊奇的简单的最高的速度。支持在线的译码解码加强，恢复引擎确保即时的口令恢复，捍卫用户私人的信息。软件使用时需要联网。</p>
<p>曾经用它破解了XX人的博士论文，不过破解了也没看懂！</p>
<p>下载地址：<a href="http://www.05sun.com/downinfo/9819.html" target="_self">点我下载</a>   <a href="http://www.ipcpu.com/public_html/wp-content/uploads/Word Password Recovery Master 3.0.0.1.7z">本站镜像下载</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipcpu.com/2010/01/word-password-crack/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

