搜索资源列表
Stegano
- steganography tools to hide a text file in an image in true colour.-steganography tools to hide a text file in a n image in true color.
psm20000210.tar
- 安全开发库。含客户端建立ssl连接、签名、证书验证、证书发布和撤销等。编译用到n-Development of the Treasury security. With the client to establish ssl connection, the signature, certificate authentication, and revocation of such certificates issued. Compiler used nss
ht6p20b_versao_anterior
- decodifica ht6p20b no arduino.Nã o esta funcionando totalmente, serve para entender a logica
HillCipher
- hill cipher n/w security java program
bmrsa11
- RSA加密时间攻击是侧信道攻击中的一种重要方法,它利用密码算法执行时间所反映出的密钥信息,对密码系统进行攻击,攻击的主要对象是RSA密码体制。-RSA,encryption of RSA, it has a lot of codes about how to generate d,e,n.Then it offers plaintext to verify this model.After encryption, it decryption the ciphertext.
key-gen
- generate key (public n private)
Enkripsi-Caesar-n-Vigenere-Cipher---YURI-RAHMANTO
- Algoritma Twofish untuk keamanan data
pailiema
- n=4的排列码设计,可以实现文件的加密、解密。内附有明文,也可自行编写。-n = 4, the permutation code design, can achieve file encryption, decryption. Enclosed expressly, or write your own.
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比特串分组
prob3
- Miller-Rabin test is a primality test algorithm which determines whether a given number is prime or not. Implement Miller-Rabin primality test as given in the text book page 257, Algorithm 7.44. (aN− 1 6= 1 mod N) Write three functions to
