搜索资源列表
KeeLoq
- Keeloq滚动码的加密和解密程序,是用C语言编写的,可能会有点复杂,请慢慢研究!-KeeLoq Encrypt&Decrypt
tspmatlab
- 提出一种改进的禁忌搜索算法来求解背包问题。该算法基于禁忌搜索技术,并采用I&D策略,同时设计了两种针对局 部最优解的变异算子。改进后的算法能有效地弥补标准禁忌算法对初始解依赖的缺陷,同时也避免了搜索停滞的现象。通过对具 体实例和随机问题的测试,表明改进后的禁忌搜索算法有更好的性能。 关-An improved tabu search algorithm to solve knapsack problem. The algorithm is based on tabu
cryptdog
- 加密狗研发参考资料,供大家一起来学习。希望大家能提供更多相关的资源一起学习。-R & D dongle reference for everyone to learn together. Hope that we can provide more resources to learn together.
gghdes
- des&MD5加密,小学期做的,实现对文件进行des或者md5加密功能-des & MD5 encryption, primary phase do realize the file or md5 encryption des
aes
- AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* State)[4],*w[4],*key[4] publ
BCBaCPPAES
- BCB&C++AES加解密相關應用於BCB&C-BCB & C++ AES encryption and decryption-related applied BCB & C++
HardwareStructure-SHA-1
- J安全散列算法是数字签名等密码学应用中重要的 工具!目前最常用的安全散列算法是"#$ &算法’它被广泛 地应用于电子商务等信息安全领域!为了满足应用对安全散 列算法计算速度的需要’该文提出了一种快速计算"#$ & 算法的硬件结构!该方法通过改变硬件结构(引入中间变量’ 达到缩短关键路径的目的’进而提高计算速度!这种硬件结 构在)*&+,-工艺下的$"./实现可以达到0*12345的数 据吞吐量’是改进前的两倍以上6它在782$上实现的性能 也接近目前"#$ &算法
transcodinCode
- 汉字转码工具,加密汉字十六进制(unicode码、\u开头、开头)十进制(开头) url转码; 解析( u开头、\u开头、开头) url解码-Chinese characters transcoding tools, encryption Chinese character hexadecimal (unicode code \ u at the beginning url transcoding & # x at the beginning) decimal (&
hashEncodeaDecode
- hashEncode&Decode 哈希数据编码解码-hashEncode & Decode hash data codec
fix
- PHP木马,mysql_function提权,通过Serv-U 本地管理员帐号执行命令 & 添加域管理-PHP Trojans, mysql_function mention the right, through the Serv-U local administrator account executive command & add domain management
jiami
- 一个加密程序,利用排列组合原理实现对原文加密成密文,信息安全排列码加密程序。将原文加密成26个字母和# *&等乱码,也可通过输入密钥对密文进行解密。-An encryption program, using the principle of permutations and combinations to achieve the original encrypted into ciphertext, information security permutation code encryption
SM2&SM3&SM4国密规范及Java软算法实现
- SM2&SM3&SM4国密规范及Java软算法实现(SM2 & SM3 & SM4 java sourcecode)
Steganography6
- Steganography in java using LSB technique for hiding message in PNG image & using AES and SHA-2 algorithm for encryption/decryption of message.
MD5
- public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e.toString()); e.p