搜索资源列表
freeradius-1.0.4.tar
- radius开放源码,用C写的,广泛用于认证服务器、认证计费。-the open source of radius which is written with c , to anthenticate the server and to authenticate counting the fee
pbc-0.4.2.tar
- pair-based cryption library
csp11-0.4.0
- 非常不错的CSP源码学习,想了解CSP的绝对要看
Apache2
- Apache2.2.4 with OpenSSL 0.9.8e 提供HTTP及HTTPS服务。 带QuickUsage
sdfsdfas
- int bitmapHeight = button1.Top- 20 bitmap = new Bitmap(bitmapWidth, bitmapHeight, this.CreateGraphics()) Graphics g = Graphics.FromImage(bitmap) g.Clear(this.BackColor) g.FillEllipse(new SolidBrush(Color.YellowGreen),5,5 ,bitmapWidth
AT88SC0104_at88sc0104c_program_reader
- AT88SC0104(at88sc,at88sc0104c)烧录器软件下载,压缩包里面附带使用说明书 AT88SC0104C 1-Kbit 用户存储器, 带身份认证和加密 AT88SC0204C 2-Kbit 用户存储器, 带身份认证和加密 AT88SC0404C 4-Kbit 用户存储器, 带身份认证和加密 AT88SC0808C 8-Kbit 用户存储器, 带身份认证和加密 AT88SC1616C 16-Kbit 用户存储器, 带身份认证和加密
DESProcess
- DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,\"r\"))==NULL) {cout<<\"Cannot open the file to compare\"<<endl } if((cfp=fopen(cfile,\"r\"))==NULL) {cou
OSPKI-2.4.7.tar
- Opensource PKI,让你更好的全面了解PKI系统!
nspr-4.2.2.tar.gz
- Netscape NSPR库源码,Netscape NSPR Treasury source
xca-0.4.6.rar
- 一个精简的CA程序,包含根证书创建、用户证书申请及创建、证书管理、证书撤销等许多功能。是了解CA及证书原理的好工具。,CA a streamlined procedures, including creation of the root certificate, certificate applications and users to create, certificate management, certificate revocation and many other functions.
xca-0.2.12.tar
- 一个小型证书管理系统,用到openssl-A small certificate management system, use openssl
PlayfairCipher_codes
- Playfair Cipher 1.not even the large number of keys in a monoalphabetic cipher provides security 2.one approach to improving security was to encrypt multiple letters 3.the Playfair Cipher is an example 4.invented by Charles Wheatstone in 1854
mod_ssl-2.8.31-1.3.41.tar
- mod_ssl-2.8.31-1.3.41.tar.gz 好用的ssl工具-mod_ssl-2.8.31-1.3.41.tar.gz-to-use tool ssl
CubicSpline
- Cubic spline algorithm approximating function y=f(x) - ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]-Cubic spline algorithm approximating function y=f(x)- ((-2)*x*(2*x+3))/(x*x+4*x+5) in interval [-2 2]
4
- 文件加密算法DES算法只有程序代码其他东西没有-DES algorithm for file encryption algorithm code only other thing is not
zl_sql
- 美国国家标准局1973年开始研究除国防部外的其它部门的计算机系统的 数据加密标准,于1973年5月15日和1974年8月27日先后两次向公众发出了 征求加密算法的公-14,4,13,1,2,15,11,8,3,10,6,12,5,9,0,7, 0,15,7,4,14,2,13,1,10,6,12,11,9,5,3,8, 4,1,14,8,13,6,2,11,15,12,9,7,3,10,5,0, 15,12,8,2,4,9,1,7,5,11,3,14,10,
4.x
- 基于U盘的强身份认证,附VB源码及dll接口说明-U disk-based strong authentication, with VB source code and dll interface descr iption
beecrypt-4.1.2.tar
- 是一个正在进行的项目,提供强有力的和快速的加密形式的工具包使用的商业和开放源代码项目。库包括:随机数生成器,分组密码,散列函数,消息认证码-Is an ongoing project to provide a strong and fast encryption tool kit used in the form of commercial and open source projects. Library include: random number generator, block ciph
BLAKE2-master
- BLAKE2 are cryptographic hash functions based on Dan Bernstein s Cha stream cipher, but a permuted copy of the input block, XORed with some round constants, is added before each Cha round. Like SHA-2, there are two variants differing in the word size
diffie_hellman
- Implement Diffie-Hellman Key exchange protocol and demonstrate that at the end, both person will have a common Key. Do the following: 1. Set a variable p ( e.g. p = 37) and g (e.g. g = 5). 2. Generate a, a random number mod p. Now generate A,