搜索资源列表
在线签名鉴定应用实例
- 一个在线签名鉴定程序。(人工神经网络算法实现)-an online signature verification process. (Artificial neural network algorithm)
在线签名识别
- 在线签名鉴定,内含AR实现算法和DTW算法源程序,并拥有应用实例
recognize
- 用VC++6.0开发的一个手写字符识别系统,联机输入签名,可以识别数字,字母和汉字.-developed a handwriting character recognition system, on-line input signatures can identify numbers, letters and Chinese characters.
md5_lsl
- MD5文件签名算法的实现-MD5 Algorithm Implementation
FHRDemo
- 手书认证。 这是一个实现签名认证系统,需要的人可以下载下来添加自己的一些修改就可以了-handwritten certification. This is a realization of signature authentication system, people in need can be downloaded from adding some of his own amendment on the
sha1sourcecode
- 本代码是SHA1用C语言实现的源代码,SHA1与MD5是目前最为常用的HASH算法,可用于认证及签名等
md5sourcecode
- 本代码是C语言实现的MD5算法的源代码。MD5和SHA1是目前最为常用的HASH算法,可用于认证签名等。
md5
- MD5文件数字签名实例代码,使用C写的,可以直接拿来用的
在线签名实例
- 判断在线签名实例-judge signed an online example
快速MD5 碰撞生成器 C++源码
- 原来我总是很自信地以为:你有本事找到 MD5 的碰撞又如何?你难道还有本事让两个可执行文件的 MD5 一样,却又都能正常运行,并且可以做完全不同的事情么? 答:还真的可以. http://www.win.tue.nl/hashclash/SoftIntCodeSign/HelloWorld-colliding.exe http://www.win.tue.nl/hashclash/SoftIntCodeSign/GoodbyeWorld-colliding.exe 这两个程序会在
各类电子签名方式实现
- 各种签名方式java实现
Pro_md5
- 实现md5文件电子签名,md5hash值计算,比较文件,自己可扩展功能实现几个文件对比,从而找出重复文件-Md5 files to achieve electronic signature, md5hash calculated to compare documents, they can extend the functionality to achieve a number of document comparison, and to find duplicate files
bpqianming
- 基于BP神经网络的手写签名识别方法。训练样本,识别签名-Based on BP Neural Network Recognition of handwritten signatures. Training samples to identify the signature
ElGamal
- ElGamal数字签名算法,DELPHI源码-ElGamal Digital Signature Algorithm, DELPHI source
RSA-digital-signature
- RSA 数字签名 matlab实现 是密码学中一个重要的签名算法-RSA digital signature cryptography matlab implementation are an important signature algorithm
matlabencrypton
- matlab编写的数字签名言简意赅,相信一定会有人用到。-matlab digital signature prepared concise, I am sure someone will use.
recognaztion
- 在线签名鉴定,时间弯折算法,签名分段算法,自回归分析-Online signature identification, time bending algorithm, a signature sub-algorithm, since the regression analysis
AR-algorithm-for-online-signature-verification
- 一个可以在在线签名鉴定中应用的AR算法的实现-An online signature verification in the application of AR algorithm implementation
数字签名认证程序源码
- 该程序是在Java平台进行行,实现了数字签名功能,达到了认证安全的要求!
NTRUSign签名认证实现代码
- 该代码是用Java语言编写,实现的功能包括:NTRU的加密解密以及NTRUSign签名认证算法。实现了签名认证。