搜索资源列表
DSA
- Digital Signature Algorithm (DSA)是Schnorr和ElGamal签名算法的变种,被美国NIST作为DSS(DigitalSignature Standard)。算法中应用了下述参数: p:L bits长的素数。L是64的倍数,范围是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h满足h < p - 1, h^((p-1)/q) mod p > 1; x:x
DSS.rar
- 实现PKI/CA的数字签名部分,java编写,Achieve PKI/CA part of the digital signature, java prepared
dss.rar
- 真正完整独立运行的数字签名和密钥交换C源代码,并有教学用的课件(PDF文件), 可以到http://zhou63.ahut.edu.cn/更新。 ,Truly complete stand-alone digital signature and key exchange C source code, as well as teaching courseware (PDF file), you can update them on http://zhou63.ahut.edu.cn/.
matlabkuo
- 扩频通信系统仿真,包括调制解调,解扩全部过程的一个完整通信系统-matlab dss
SHA-1
- 安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-Secure hash algorithm (Secure Hash Algorithm) is mainly applied to digital signature standard (Digital Signature Standard DSS) which
DSS6.0.3
- DSS 6.0.3的rpm包,可以直接在linux环境下安装-DSS 6.0.3 of the rpm package, can be directly installed in the linux environment
ecc
- 本程序为程序员在做椭圆曲线加密和解密过程中可能需要的c和C++代码,以供参考,谢谢!-This procedure for the programmer doing elliptic curve encryption and decryption process may be required c and C++ code, for reference, thank you!
sha1
- Freeware implementation of the Secure Hashing Standard, defined in FIPS PUB 180-1, defines the Secure Hashing Algorithm (SHA-1). SHA-1 can be used to produce a message digest for a given message. Essentially, this is a 160-bit number that represents
QTFileLib
- DSS qt 界面描述改进 DSS qt 界面描述改进-DSS OS
SHA1
- 主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。对于长度小于2^64位的消息,SHA1会产生一个160位的消息摘要。当接收到消息的时候,这个消息摘要可以用来验证数据的完整性。-The main standard for digital signatures (Digital Signature Standard DSS) which defines the Digita
dss-6.0.3
- 达尔文rtsp服务器支持内网穿透的patch文件,对应达尔文版本为6.03。官网下载Darwin6.03代码解压后,在本地一层目录应用patch -p1 < dss-6.0.3.patch即可-Darwin rtsp server support within the network through the patch file, corresponding to the Darwin version 6.03. Official website to download Darwin6.0
miracl3
- 这是miracl库的精减版本,主要实现的是BB的加密、解密的算法的接口-This Portable C library implements a full implementation of Multiprecision Arithmetic. In particular it includes all the primitives necessary to implement Number Theoretic based methods for Public Key Cryptogr
hdmi
- LINUX系统上的HDMI接口DSS TI的OMAP4系列处理器的驱动程序。欢迎指教!-Driver on LINUX system HDMI interface DSS TI OMAP4 series processors. Welcome to advise!
eeprom_4k
- DSS.1 Finite State Machine ,base: ITU-T Rec Q.931
mb86a16
- Fujitsu MB86A16 DVB-S/DSS DC Receiver driver for Linux.
dss
- Dropbear - a SSH2 server for Linux.
SHA
- SHA加密算法,安全哈希算法(Secure Hash Algorithm)主要适用于数字签名标准(Digital Signature Standard DSS)里面定义的数字签名算法(Digital Signature Algorithm DSA)。-SHA encryption algorithm, Secure Hash Algorithm (Secure Hash Algorithm) is mainly applied to Digital Signature Standard (Dig
dss-common
- NOTE: this a transitional file to help with DT adaptation. This file will be removed when DSS supports DT. -NOTE: this is a transitional file to help with DT adaptation. This file will be removed when DSS supports DT.
DSS
- IT IS A DSS CODE.IT IS RUN ON MATLB .ANY VERSION OF WINDOWS.
DigitalSignatureStandard(DSS)
- 运行程序之前需要配置OpenSSL的开发环境(SHA-1算法利用OpenSSL开发包实现),本源代码实现了DSS数字签名(美国标准数字签名标准),主要运用了大整数的加减模幂、以及欧几里得算法。并有一个完整的界面。-You need to configure before running the program OpenSSL development environment (SHA-1 algorithm uses OpenSSL development package implementati