Welcome![Sign In][Sign Up]
Location:
Search - dsa

Search list

[Crack HackSHA

Description: 功能不全,安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准 (Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。在传输的过程中,数据很可能会发生变化,那么这时候就会产生不同的消息摘要。 SHA1有如下特性:不可以从消息摘要中复原信息;两个不同的消息不会产生同样的消息摘要。(To achieve encryption)
Platform: | Size: 1024 | Author: 一片河 | Hits:

[matlabdsa

Description: sjdj ba bjkdab awug uawd wa
Platform: | Size: 1306624 | Author: ullu | Hits:

[Windows Developtimer_8 ded

Description: swqdsadsadsadsa dsa dsadsa
Platform: | Size: 543744 | Author: enya | Hits:

[Windows DevelopCompressibleImage

Description: uytglkjgguyuyyt666644wsnbv
Platform: | Size: 1024 | Author: bravura | Hits:

[matlab3

Description: dsa method of identification
Platform: | Size: 93184 | Author: Banik | Hits:

[CSharpASPNETWebAPPL

Description: 班级人员的增删该查,用于学ASP.NET很有帮助谢谢谢谢谢谢谢谢(think you dsafddasf dsa adsd)
Platform: | Size: 20786176 | Author: 小丑123 | Hits:

[Otherduhongming-spring-boot-data-supporter-master

Description: 发送DSA富商大贾电饭锅反倒是凡事都凡事都个(fd fhg bv w dfgh gh cv gh jg hdg fjhhgncv df)
Platform: | Size: 3628032 | Author: 炜传芳 | Hits:

[OtherDSA_LAB_07

Description: this is my dsa lab 7 code
Platform: | Size: 2631680 | Author: ahreema | Hits:

[MiddleWare新建文件夹 (2)

Description: 实现拖拽表格,使用easyui实现的,可拖拽表格行(achive drag table sa das dsa da das asdd sad sad)
Platform: | Size: 4096 | Author: 阿萨德1233444 | Hits:

[Otheritem3

Description: 车轮上刻有一圈共n个英文小写字母,滚滚向前每碾过一圈就留下一条印迹,这类印迹都是长度为n的字符串。显然,从不同位置开始碾,可能得到不同的印迹。既然历史的车轮滚滚向前,故不必考虑向后碾的情况。于是,一个车轮最多对应于n条不同的印迹;反之,不同的印迹也可能来自相同的车轮。 也就是说,两条印迹若能通过循环移位相互转换,则它们来自同一条车轮。比如,所谓的循环左移k位,是指将字符串"s1 ... sk sk+1 ... sn"转换为"sk+1 ... sn s1 ... sk"。 现在,已知不同车轮的m条印迹,请你核对它们的所属的车轮。 输入   第一行有两个正整数,即车轮周长n和印迹总数m。 接下来的m行分别给出m条印迹,长度均为n。 输出   共m行,依次对应于m条印迹。   若第i条印迹与之前的第k条(0 < k < i)印迹来自同一车轮,则输出编号k;若存在多个这样的k,则输出最小者。否则(第i条印迹所来自的车轮不同于之前的所有车轮),则输出0。(If strip I imprinting and previous article K (0 < K < I) imprinted from the same wheel, the output number k is output; if there are many such K, the output is the smallest. Otherwise (the wheel from the I mark is different from all the previous wheels), the output is 0.)
Platform: | Size: 1024 | Author: 上山打老虎12 | Hits:

[Other图形

Description: 使用c语言和Opengl实现三维图像的交互式界面,亲测可以使用(opengl easy use asdf dsa fsdaf dsa fsda fdsa)
Platform: | Size: 2048 | Author: Mitewesley | Hits:

[AlgorithmDSA

Description: Hi every one sorry this file i upload to be a member
Platform: | Size: 305152 | Author: daowd | Hits:

[SCM89c51光立方仿真(protues)

Description: 光立方的protues仿真电路,供大家参考学习。(light cubet fm,sa jkelr;v kl;dsa jkfdls fjdskl)
Platform: | Size: 19456 | Author: 然心 | Hits:

[OtherInject

Description: 输出hello world,hlg;kg;gkl;dsa(#include<stdio.h> int main() { })
Platform: | Size: 1337344 | Author: 到了科萨科夫 | Hits:

[Othersummer_diploma_ias_2014_en

Description: file is for analysis of automotive tools
Platform: | Size: 233472 | Author: sangan | Hits:

[matlabTutorial 2

Description: ad s dsa das adas dadasssd dddd
Platform: | Size: 100352 | Author: aaaa112211 | Hits:

[Other1

Description: ads fdsaf dsafdsaf dsafdsaf
Platform: | Size: 12288 | Author: adfsafd | Hits:

[Booksdsa

Description: 数据结构源程序,提供数据结构教学课件源码,辅助学习(Data structure source program)
Platform: | Size: 385024 | Author: W_James | Hits:

[CA auth数字签名实验

Description: DSA签名程序和DSA验证程序。 签名程序流程: a. 读入字符串(从屏幕或文本文件中),字符串内容应包含自己的学号或姓名; b. 计算该字符串的SHA-1值; c. 生成DSA密钥对(利用dsa_make_key); d. 利用dsa_export函数导出所生成的DSA密钥对的公钥,并保存到文件中(dsa_key.pub),供验证程序使用; e. 对第2步产生的SHA-1值进行签名,保存签名到文件中(signature.txt)(DSA signatures and DSA validator. Signature program flow: A. reads into a string (from screen or text file), and the string content should contain its own student number or name. B. calculates the SHA-1 value of the string. C. generates a DSA key pair (using dsa_make_key); D. uses the dsa_export function to derive the public key of the generated DSA key pair and saves it to the file (dsa_key.pub) for verification. E. signatures the SHA-1 value generated in the second step and saves the signature to the file (signature.txt).)
Platform: | Size: 2969600 | Author: 王可爱努力 | Hits:

[Crack Hack源代码包和安装文件包-多功能数字签名系统

Description: 对文档进行签名,并且有密钥以及参数管理的功能。(Signing documents, key and parameter management functions)
Platform: | Size: 22190080 | Author: 魏联合_1 | Hits:
« 1 2 ... 10 11 12 13 14 15»

CodeBus www.codebus.net