-
rsa
RSA加密/解密算法实现源码与例子 (The source code and examples of implement of RAS encryption and decryption algorithm )
- 2020-06-26 13:00:01下载
- 积分:1
-
exponentiation-algorithm
快速取模指数算法,C++编写,下载即可编译运行,RSA算法里面需要用到的(Take the fast modular exponentiation algorithm, C++ to prepare, you can compile and run the download, the RSA algorithm which need)
- 2012-04-26 10:00:30下载
- 积分:1
-
是大方的师傅是大方的师傅说的是大方的师傅的师傅说的
是大方的师傅是大方的师傅说的是大方的师傅的师傅说的-的师傅的师傅是大方的师傅都是
- 2022-08-08 04:36:25下载
- 积分:1
-
diff_analysis
SPN代换-置换算法的c实现,以及使用差分分析进行破解。(SPN substitution- replacement algorithm c implementation, and use of differential analysis to crack.)
- 2014-11-11 23:17:28下载
- 积分:1
-
sharing software encryption algorithm library
共享软件加密算法库-sharing software encryption algorithm library
- 2022-09-19 07:35:03下载
- 积分:1
-
BASE64 encoding/decoding of the source code VC
BASE64编码/解码 处理的VC源代码-BASE64 encoding/decoding of the source code VC
- 2022-04-25 08:12:40下载
- 积分:1
-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1
-
实现base64编码
实现BASE64编码-achieve BASE64 encoding
- 2022-01-28 00:55:13下载
- 积分:1
-
bb
说明: 基于AES和RSA加密算法的RFID安全机制
考虑到对国内应用最广泛的Mifarel系列标签的安全手t一级,
在建立以 MFRC500为读卡核心的RFID读卡系统的基础上,提出了一种基于非
对称加密与对称加密算法相结合的RFID安全机制。利用一1卜对称力11密算法对对称
加密算法的密钥的二次加密,做到只有特定的读写器才能拥有读写卡的权利。该
安全机制跳过RFID在开放环境中传输所面临的各种威胁,通过利少月安全性和稳
定性久经考验的公开安全加密算法对存入智能卡信息的重加密,解决了RFID所
面临的安全和隐私泄露问题
(Taking into account the most widely used domestic Mifarel series of labels t a safe hand,
In the establishment of MFRC500 as the reader, RFID reader system, the core was proposed based on a based on non-
Symmetric encryption and symmetric encryption algorithm is a combination of RFID security mechanism. The use of a one-Bu symmetry edge 11 close to the symmetric algorithm
The key encryption algorithm for re-keying, so that only certain card reader in order to have the right to read and write. The
Skip RFID security mechanisms to transfer in an open environment faced by a variety of threats, through the pros on the security and stability
Qualitative time-tested public security encryption algorithm into the smart card information, re-encryption, solved by RFID
Faced with the problem of security and privacy leaks)
- 2010-03-30 17:14:22下载
- 积分:1
-
ElGamal
ElGamal加密算法,经过测试可以编译运行(ElGamal Encryption )
- 2014-01-16 10:11:56下载
- 积分:1