搜索资源列表
minidwep
- minidwep-gtk,一个aircrack-ng的图形前端gui, 全中文,比spoonwep好用 [attach]95802[/attach] 遵守规定,点确定 [attach]95803[/attach] 看看 左边有没有你的网卡,如果没有,说明软件不支持 你的 ... 想要的东西出来了 -minidwep-gtk, a graphical front-end aircrack-ng gui, all Chinese, easy to use than sp
DVB-CSA_descrambling_for_ts
- 支持DVB-S,DVB-T,DVB-C的系统前端加扰和解扰过程,请注意加扰与加密不同,本程序包实现的是纯粹的加扰和解扰过程,不对KEY进行加密传输。要求输入测试文件时,请按照C语言的文件访问要求输入,如key.txt表示你要使用的KEY放在了名为key的txt文件中,不可写成“key.txt”。-To support the DVB-S, DVB-T, DVB-C system front-end process of scrambling and descrambling, please no
PlayfairCipher_codes
- Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854
Des_final.tar
- this program that perform encrypt end decrypt with 3des algorithms-this is program that perform encrypt end decrypt with 3des algorithms
diffie_hellman
- Implement Diffie-Hellman Key exchange protocol and demonstrate that at the end, both person will have a common Key. Do the following: 1. Set a variable p ( e.g. p = 37) and g (e.g. g = 5). 2. Generate a, a random number mod p. Now generate A,