搜索资源列表
简易的矩陣加密編编码法
- 算法介绍 矩阵求逆在程序中很常见,主要应用于求Billboard矩阵。按照定义的计算方法乘法运算,严重影响了性能。在需要大量Billboard矩阵运算时,矩阵求逆的优化能极大提高性能。这里要介绍的矩阵求逆算法称为全选主元高斯-约旦法。 高斯-约旦法(全选主元)求逆的步骤如下: 首先,对于 k 从 0 到 n - 1 作如下几步: 从第 k 行、第 k 列开始的右下角子阵中选取绝对值最大的元素,并记住次元素所在的行号和列号,在通过行交换和列交换将它交换到主元素位
rsa_tool
- 1、使用MIRCL大整数库开发的,支持最高4096位。 2、加密时原文的长度一旦超过密钥长度,就会解密错误。 这里不实现任意长度字串的加密原因有二: 1)。便于观察及测试用 2)。偷懒 3、如果在使用时发现原文和密码不一样的时候,就说明出现了第二点的情况 4、如果在生成素数及密钥的时候,如果原文已经存在,则会自动加密及解密; 但当密钥长度大于1024的时候,则想要加密及解密都需要点击按钮。 现在想到的就这几点了,以后想到了再补。-1, the use of
RsaTool.自己写的RSA算法工具
- 自己写的RSA算法工具。支持RSA密钥产生(包括CRT)、RSA运算、强素数生成、大数运算等功能。用了的都说好。,Writing their own tools of the RSA algorithm. Support for RSA Key Generation [including CRT], RSA computation, strong prime number generation, large numbers computing functions. Use of that goo
MP_2ECC
- 利用大数运算库LibTomMath,进行ECC(椭圆曲线)加密算法。能运行-Using large number arithmetic library LibTomMath the ECC (elliptic curve) encryption algorithm
TrueCrypt6.1aSource
- 使用visual studio 2005 开发的开源文件、磁盘加密软件。这是6.1a版。加密自己资料的好工具。也是学习的优秀范本。结成了众多加密算法。-Using visual studio 2005 to develop open-source document, disk encryption software. This is version 6.1A. Encryption own good tool for information. Study is an excellent temp
netcut20cht
- 用於對付惡劣芳鄰,強佔頻寬時,發出大量封包,導致於芳鄰無法與網路溝通-Used to deal with bad neighbors, occupied bandwidth, the issue of a large number of packets, resulting in the neighbors can not communicate with the network
factor
- 分解大数质因子的Shor算法的提出,对RSA公钥密码体系构成了很大的威胁,本程序实现2种算法的大数因子分解。-Decomposition of large number of quality factors in Shor algorithm proposed, on the RSA public key cryptography system constitutes a great threat, the program achieved two kinds of algorithm for
2286
- Similar to many technological developments, wireless sensor networks have emerged from military needs and found its way into civil applications. Today, wireless sensor networks has become a key technology for different types of ”smart environme
feigexiazaizhe
- 一款为数不多的兼容win7,vista的列表下载者,大量的配置方法更灵活,列表配置信息加密,可防止被破解,另有统计功能-A small number of compatible win7, vista download the list of those, a large number of configuration flexibility, the list of configuration information encrypted to prevent hacking, another
mod
- 一个自己编写的大数求模运算,382位整数除181位数,可用于加密算法,完整的工程文件,可在vc下运行,代码中有注释。-I have written a large number modulo operation, 382-bit integer addition to 181 bits, can be used for encryption algorithm, the complete project file can be run in the vc, code in comments.
MyTools.FileMd5Check.NF2
- 这是一款有我自己开发的小工具,主要作用是通过Md5算法分析文件的重复性,比如说,在某些目录下你收集了大量的图片文件,通常会有大量的重复(这是我的经验),用这款软件可以轻松去除重复文件,并导出分析报告等,附上源码供大家学习交流使用!-There is a small tool for my own development, the main role is to document the repeatability Md5 algorithm analysis, for example, in s
MD5
- 方便对加密数据进行MD5解密,集合众多的MD5解密网站,可以通过软件在线破解MD5密码。-Facilitate the decryption of encrypted data to MD5, MD5 decrypt a large number of collection sites, online software can crack MD5 passwords.
opensslsource
- Openssl 是一个功能丰富且自包含的开源安全工具箱。它提供的主要功能有: SSL 协议实现(包括SSLv2、SSLv3 和TLSv1)、大量软算法(对称/非对称/摘要)、 大数运算、非对称算法密钥生成、ASN.1 编解码库、证书请求(PKCS10)编解码、 数字证书编解码、CRL 编解码、OCSP 协议、数字证书验证、PKCS7 标准实现 和PKCS12 个人数字证书格式实现等功能。 Openssl 采用C语言作为开发语言,这使得它具有优秀的跨平台性能。Openssl
REVERSING
- 逆向工程揭秘,包含大量加密解密详细说明。学习逆向工程必备-The secret of Reverse engineering The detailed descr iption contains a large number of encryption and decryption. To learn reverse engineering necessary
RSA_delphi
- 计算机网络课程设计RSA机密解密,使用大数运算库实现,界面友好,操作简单.-Computer network curriculum design RSA secret decryption, the use of large number arithmetic library, implementation, friendly interface, simple operation.
smurf
- Smurf攻击是以最初发动这种攻击的程序名Smurf来命名。这种攻击方法结合使用了IP欺骗和ICMP回复方法使大量网络传输充斥目标系统,引起目标系统拒绝为正常系统进行服务。 -The name of the program Smurf Smurf attack in the initial launch such attacks to name. This attack method combined with the IP spoofing and the ICMP replies metho
RSA
- RSA算法的实现,包含一个大数类和一个RSA中用到的函数的实现-RSA algorithm, contains a large number of classes and functions used an RSA implementation
RSA
- RSA算法是第一个能同时用于加密和数字签名的算法,也易于理解和操作。RSA是被研究得最广泛的公钥算法,从提出到现在已近二十年,经历了各种攻击的考验,逐渐为人们接受,普遍认为是目前最优秀的公钥方案之一(The RSA algorithm is the first algorithm that can be used for both encryption and digital signature at the same time. It is also easy to understand an
RSA_BIGINT
- RSA算法中的大数处理,纯C代码实现,方便移植。(Large number processing in RSA algorithm.)
代码
- SM2 C语言实现,通过国家密码管理局的大数选择和参数定义要求(SM2 C language implementation, through the national Password Administration's large number selection and parameter definition requirements)