搜索资源列表
-
0下载:
本例是用md5做为数据校验的算法防止自己的程序被篡改的小例子。有些可执行程序,当被改了资源时再运行会有文件已损坏的提示,这就是使用了数据校验。当然你可以使用个性化的,比如des作为数字签名,那样安全性更高。具体请见代码及注释.-cases is the use of data as md5 checksum algorithm to prevent their own procedures be tampered with small examples. Some of the executa
-
-
0下载:
说明:
1、里面有什么:
1.1、org.bouncycastle.*下的所有软件是bouncycastle组织开发的软件包
1.2、org.infosecurity.*下的软件包括:
DES_CBC算法的实现
RSA算法的实现(包括:密钥生成、公钥加密和私钥解密、数字签名及签名验证)
数字信封的实现
利用数字信封实现大文件的加密、解密。
2、有什么用:
2.1 研究、学习信息安全中的密码学设计与实现技术。
2
-
-
0下载:
DES算法程序编程介绍,便于使用者了解其加密原理,更好地为系统安全服务。-DES algorithm programming, user-friendly understanding of its encryption theory, a better system for security services.
-
-
0下载:
本程序是用java程序包实现RSA安全认证算法的实现程序,可用于网络安全传输和数字签名-this procedure is used java package to achieve RSA Security Authentication Algorithm procedures, can be used for transmission of network security and digital signature
-
-
0下载:
信息安全MD5哈西加密算法用c语言编程实现-information security encryption algorithm MD5 hash using C language programming
-
-
0下载:
信息安全RSA非对称加密算法用c语言编程实现-information security RSA asymmetric encryption algorithm used programming language c
-
-
0下载:
计算机安全的 多种密码算法演示-a variety of computer security password algorithm demo
-
-
0下载:
本加密程序基于著名的TEA加密算法,密钥长度为128位,安全性高于DES算法(56位).
该算法安全、简洁、高效,加密解密速度极快,占用内存极少,非常适合于嵌入式系统
的加密解密,也能胜任大系统的安全性能要求。算法能防止常见的密码学攻击。
本程序中待加密的明文、加密生成的密文皆按64位数据分组进行加解密。
密钥长度128位,与AES、IDEA相当,从而确保足够的安全性。-The encryption program is based on the famous TEA
-
-
0下载:
security encryption algorithm sha-1
-
-
0下载:
rsa算法 实现加密算法信息安全中的一种典型加密算法-rsa algorithm encryption algorithm information security encryption algorithm in a typical
-
-
1下载:
In cryptography, SHA-1 is a cryptographic hash function designed by the National Security Agency (NSA) and published by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Secure Hash Algorithm.
-
-
0下载:
In cryptography, SHA-2 is a set of cryptographic hash functions (SHA-224, SHA-256, SHA-384, SHA-512) designed by the National Security Agency (NSA) and published in 2001 by the NIST as a U.S. Federal Information Processing Standard. SHA stands for Se
-
-
0下载:
数据加密算法(Data Encryption Algorithm,DEA)的数据加密标准(Data Encryption Standard,DES)是规范的描述,它出自 IBM 的研究工作,并在 1997 年被美国政府正式采纳。它很可能是使用最广泛的秘钥系统,特别是在保护金融数据的安全中,最初开发的 DES 是嵌入硬 件中的。-Data encryption algorithm (Data Encryption Algorithm, DEA) of the Data Encryption Sta
-
-
0下载:
它是一个可以对文本进行加密的程序的脚本.但是不需要输入密码。不公开加密算法即保证加密安全。-It is a can encrypt program text. But not the scr ipts need to input a password. Don t open encryption algorithm is also guaranteed encryption security.
-
-
0下载:
数据安全或智能卡相关的加密算法--哈西算法-Data security or smart card related encryption algorithm, gehazi algorithm
-
-
0下载:
Cryptanalysis of INCrypt32 in HID s iCLASS Systems
ChangKyun Kim, Eun-Gu Jung, Dong Hoon Lee, Chang-Ho Jung, and Daewan Han
Category / Keywords: secret-key cryptography / INCrypt32, HID s iCLASS, RFID, reverse engineering, chosen message at
-
-
0下载:
It is encryption and decryption algorithm.
AES is a symmetric encryption algorithm processing data in block of 128 bits.Under the influence of a key, a 128-bit block is encrypted by transforming it in a unique way into a new block of the same s
-
-
0下载:
实现DES加密算法机制,使得数据更加安全-Realize DES encryption algorithm mechanism, and allow the data more security
-
-
0下载:
Encryption using SHA1 algorithm.
-
-
0下载:
利用C语言实现的仿射密码加密解密的源码,是信息安全中的算法之一-Use C language affine password encryption and decryption of the source, it is one of Information Security Algorithm
-