浏览模式: 普通 | 列表
1

菜鸟也来破解无线WEP密码

[ 2009-03-02 21:39:01 | 作者: dklkt ]
先去下个传说中的BackTrack的linux操作系统。
下载地址:http://www.remote-exploit.org/backtrack_download.html

他的官网介绍如下:
引用
BackTrack is the most top rated linux live distribution focused on penetration testing. With no installation whatsoever, the analysis platform is started directly from the CD-Rom and is fully accessible within minutes. 

It's evolved from the merge of the two wide spread distributions 
...

阅读全文…
写这个主要是上篇文章中提到的winrar加密。于是研究了它的算法,我自己也写了个利用AES加密的小程序。为了方便使用,所以我写成console模式的。

以下是帮助界面:
引用
====================================================
       File Encrypt Tool  V1.0         Written by dklkt.
====================================================
 Usage:
     Filecrypt <Options> <Password> <FilePath> [<outFilePath>]
 Options:     -e      Encrypt File.
              -d      Decrypt File.
...

阅读全文…
1