搜索资源列表
openssh-5.2p1.tar
- OpenSSH是一个免费(Free)版本的基于SSH协议的网络连接工具软件包。它将所有通信流量进行加密,可以有效地防范各种监听手段,杜绝网络连接的泄密。OpenSSH具备安全性高、可靠性高、可用性好、功能全面等特点。不仅如此,由于OpenSSH的开放性,用户还可以通过Internet得到广泛及时的技术支持。 OpenSSH目前支持支持SSH协议1.3版本、1.5版本和2.0版本,包括这样一些应用程序: sshd:服务器端的守护程序,监听来自客户机的连接,负责完成安全验证并提供服务。
rsa
- 1) 找出两个相异的大素数P和Q,令N=P×Q,M=(P-1)(Q-1)。 2) 找出与M互素的大数E,用欧氏算法计算出大数D,使D×E≡1 MOD M。 3) 丢弃P和Q,公开E,D和N。E和N即加密密钥,D和N即解密密钥。 -1) to identify two different large prime numbers P and Q, so N = P × Q, M = (P-1) (Q-1). 2) to identify and M large numbers cop
RSA
- RSA算法实验报告和代码 1.选取两个素数p,q(不可相差悬殊) 2.计算n=pq,f(n)=(p-1)(q-1) 3.选取e,满足1<e<f(n),则gcd(e,f(n))=1 4.计算d,满足de=1 mod f(n)。一般d>=[n的四分之一方],(e,n)为公钥,(p,q,d)为私钥,将明文0,1序列分组,使每组十进制小于n。c=[m的e次方] mod n,m=[c的d次方] mod n。-RSA algorithm and code an experi
blowfish
- Javascr ipt encryption module ver. 2.0 by Daniel Rench Based on existing code: Copyright (c) 2003 by Andre Mueller. Init of blowfish constants with a function (init/backup errors) Copyright (c) 2003 by Rainer Wollmann This Object is op
ch341.tar
- * Copyright 2007, Werner Cornelius <werner <at> cornelius-consult.de> * for changes/extenions regarding universal baud rate capability and modem * line control/status routines. * * ch341.c implements a serial port driver for
Evaluacion_Segundo_mes(2)
- Evalucion de la guia numero 2 contabilidad
vi-vim-tutorial-2
- Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor Vi , with a more complete feature set. It s useful whether you re already using vi or using a different editor. -Vim is an advanced text editor that seeks to p
visualCryptography
- Criptografi Visual Se descompone cada pixel de la imagen dos bloque de 2x2 pixeles, estos bloques en conjunto formarán dos imágenes de salida. Las reglas para asignar los bloques a la imagen de salida son: • Cuando se trata de un pixel b
456
- RSA算法的C语言实现 1.密钥的产生 (1)选两个安全的大素数p和q。 (2)计算n=p×q,φ(n)=(p-1)(q-1),其中φ(n)是n的欧拉函数值。 (3)选一整数e,满足1<e<φ(n),且gcd(φ(n),e)=1。 (4)计算d,满足de≡1 modφ(n),即d是e在模φ(n)下的乘法逆元,因e与φ(n)互素,由模运算可知,它的乘法逆元一定存在。 (5)以{e,n}为公开钥,{d,n}为秘密钥。 2.加密 加密时首先将明文M比特串分组
Shatter---Source-Season-2
- Source de Shatter GameServer 1.00.18
BadAndroid-v0.1
- BadAndroid v0.1 安卓恶意程序demo,仅供参考!-############################# ## BadAndroid v0.1 ## ## Android USB-Ethernet ## ## Emulation and DNS MitM ## ############################# ## Jakob Lell ## ## <jakob@srlabs.de>
Practica-2
- Practicas de windows windws practicas