搜索资源列表
EncryDeCry
- 我在字符串加密时的处理是每次取字符串的三个字节,再把三个字符连成一个24位的整型,前8位存放第一个字符,中间8位存放第二个字符,最后8位存放第三个字符。再取这个整型数的前6位对应的数值去差用户提供对应表,转化成相应的字符,再取第二个6位,第三个6位,第四个六位进行字符的转换。再重复前面相同的操作值到整个字符串转换完毕。在解密的过程就是根据用户提供的表进行查找和移位换原字符串。 这种算法比通常的直接根据用户提供的表进行转换有更高的安全性,且加密解密的效率很高。-string encryptio
2004_KeyGen
- 注册机大全,集众多程序注册机于一体,因内容涉及太多,请下载后,仔细观看查找。-Fillmore Daquan, Fillmore of many in the integration process, involving many elements, download, carefully watched the search.
98Find
- 98快速的全盘文件查找程序-98 fast overall document search procedures
CRC6
- 通过查找crc表,生成循环冗余码,并验证正确性-CRC table by looking to generate a cyclic redundancy code, and verify the correctness
crc_low
- 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,低位先处理,接收校验成功标志为f0b8.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, low bit to deal with first, mark of success receiving check is f0b8.
Anti-DeDe
- Anti-DeDe... .....Anti-DeDe示例 ├──Find...............查找进程和窗口 └──Hide...............隐藏事件-Anti-DeDe ... ..... Anti-DeDe example ├ ─ ─ Find ............... search process and the window └ ─ ─ Hide ........ Hide events .......
Anti-Loader
- Anti-Loader... ...Anti-Loader示例 ├──PEB................利用TEB检测 ├──FindWindow.........查找句柄检测 ├──IsDebuggerPresent..利用IsDebuggerPresent检测 ├──Parent.............检查父进程 └──STARTUPINFO........检查STARTUPINFO结构-Anti-Loader ... ... Anti-Loader ex
jianerchashu
- 建立二叉树 以便进行查找等功能 采用从文档中读取数据-For the establishment of binary tree used to find features such as data read from the document
crc_high
- 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
code
- 此算法用于实现一种基于查找表的混沌加密,将随机产生的一个数组加密后输出,同时也可以将解密后的数据与原始数据进行对照,本算法已经在5509芯片上进行实时运行过,用于对16bit语音信号的高16位加密,能满足实时性。-The algorithm used to achieve a look-up table based chaotic encryption, will be an array of randomly generated encrypted output, but also can d
GetFox
- 根据Foxmail文件夹mail目录中邮箱配置文件Account.stg,在”Account.stg“文件中查找“POP3Password”字段的密文。将密文计算出明文。 本人有后台全自动搜寻目录和密码的软件,欢迎索取。(QQ:1012567545) - Get foxmail password. Works good at foxmail6.5.
md5
- 主要功能特色: 一,结合提权包大加对网站提权的可能,但也要靠你技术 二,浏览速度快,批量扫文件节省时间,可修改文件属性 三,嗅探服务器打开端口与脚本嗅探,数据库直接查找与连接 四,asp木马体积小易于传输潜伏时间长 五,方便提升系统权限,并可二次加密 六,本站的大马加密算法与普通ASP木马完全不一样,支持Base64算法加密 七,本ASP木马功能支持批量挂,批量扫,批量查询,rar打包,批量上传等等 八,本ASP大马超级免杀挑战世界杀软,免杀持续更新中
morstest
- 效率很好的摩尔斯码生成程序,利用哈希树算法,不使用字符串查找-a good morse code generate function
FindValue
- 对二进制文件破解的辅助小工具,可查找文件中任意的一个字节或字符。-Auxiliary binary file crack gadget can find the file in any one byte or character.
math
- 矩阵表移位加密,链表类实现.输入密码生成密码矩阵,然后明文根据密码表来查找并移位替换生成密文.可逆的过程-Matrix shift encryption, list classes. Enter the password generation code matrix, and then expressly based on the password table to find and replace the shift generated ciphertext. Reversible proce
dcrc
- 基于crc32的dhash,减少了普通哈希算法的冲突概率,是一种新鲜的哈希查找算法-Crc32 on the dhash, reducing the probability of conflict common hash algorithms, is a fresh hash search algorithm
dictionary
- 字典查找的程序,密码破译,主要使用字符匹配及字典查找-Dictionary lookup program, code-breaking, the main character matches and use the dictionary to find
hash
- hash算法,比较2中算法的特点: 1、传统的根据逐个比较 2、根据hash定位,字符串查找-hash algorithm String lookup
AES
- AES加密过程是在一个4×4的字节矩阵上运作,这个矩阵又称为“体(state)”,其初值就是一个明文区块(矩阵中一个元素大小就是明文区块中的一个Byte)。(Rijndael加密法因支持更大的区块,其矩阵行数可视情况增加)加密时,各轮AES加密循环(除最后一轮外)均包含4个步骤: 1.AddRoundKey — 矩阵中的每一个字节都与该次回合金钥(round key)做XOR运算;每个子密钥由密钥生成方案产生。 2.SubBytes — 通过一个非线性的替换函数,用查找表的方式把每个
Md5Lib
- 包含多字节和UNICODE字符集两种版本的MD5静态库。自己用的,清理机子,就发上来保存。也方便初学的查找使用。-MD5 static library contains two versions of the multi-byte and UNICODE character sets. They used to clean the machine, made up the save. Beginner lookup is also convenient to use.