keeloq滚动码解码大全,包含SIMPLE,NORMAL,Secret等各种加密方式的解码源代码。
上传时间: 2015-05-04
上传用户:tuilp1a
% 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, Secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr)
标签: randlsbget result scover 2007
上传时间: 2015-11-10
上传用户:yzhl1988
This standard describes a keyed-hash message authentication code (HMAC), a mechanism for message authentication using cryptographic hash functions. HMAC can be used with any iterative Approved cryptographic hash function, in combination with a shared Secret key. The cryptographic strength of HMAC depends on the properties of the underlying hash function. The HMAC specification in this standard is a generalization of Internet RFC 2104, HMAC, Keyed-Hashing for Message Authentication, and ANSI X9.71, Keyed Hash Message Authentication Code.
标签: message authentication keyed-hash describes
上传时间: 2014-01-07
上传用户:凤临西北
iContact v0.75 iContact is designed to be an all-inclusive finger-friendly contact manager for Windows Mobile PocketPC phones. It s no Secret that it s taken design cues from "other devices".
标签: iContact finger-friendly all-inclusive designed
上传时间: 2016-09-02
上传用户:qq21508895
This m file hide an image jpeg,png in another jpeg,png image. The height and width of the Secret image is in LSB of 1st 32 pixels of 1st row of the cover image.This helps in the recovery of Secret image. The Secret image must be smaller than cover image.A message box will appear with a number ,that number is the maximum product of width and height of Secret image that can be successfully embedded in the cover image. The final png image will appear in workspace with random name.This image contains the Secret image.One such png image is in the zip file with name 4447.png it contains an image of res 100x122.
上传时间: 2017-07-25
上传用户:gououo
a true random number generator (TRNG) in hardware which is targeted for FPGA-based crypto embedded systems. All crypto protocols require the generation and use of Secret values that must be unknown to attackers.Random number generators (RNG) are required to generate public/private key pairs for asymmetric algorithm such as RSA and symmetric algorithm such as AES.
标签: FPGA-based generator embedded hardware
上传时间: 2014-01-09
上传用户:一诺88
基于ms51单片机的4个16x16点阵led电子显示屏的设计-Secret这是一份非常不错的资料,欢迎下载,希望对您有帮助!
上传时间: 2021-12-25
上传用户: