搜索资源列表
ramldr2_0.41
- Motorola LTE2 flasher, L9 starter without RSA
RSABrew
- This a sample code for RSA encryption.-This is a sample code for RSA encryption.
RsaOneZeroTwoFour
- Rsa of 1024 bits on j2me platform using the bouncy castle apis for support for java.math.BigInteger and java.scrurity.SecureRandom and with highest obfuscation in Netbeans6.5 with CLDC1.1 and MIDP 2.1
RAS_Dialer170523262004
- RSA dialer which deal with ppp connection
RSA
- RSA 数字签名的基本思想 RSA数字签名的安全性依赖于大数分解的困难性。 1、参数与密钥生成 首先选取两个大素数p和q,计算 n=pq 其欧拉函数值 (p-1)*(q-1) 然后选取随机整数e,满足 gcd(e,(p-1)*(q-1)))=1 并计算 d=e^-1 mod((p-1)*(q-1)) 则公钥为(e,n),私钥为d;p,q是秘密参数,需要保密。如不需要 保存,计算出e,d后可销毁。 2、签名算法 设
Security-RSA
- 教你如何浅显易懂的使用rsa加密解密~容易使用,容易移植-teach u how to use the rsa
MyEncryptor
- 安卓加密解密字符串的软件,用来测试rsa aes des 等加密解密算法-android rsa aes
Crypt_android
- 在Android上实现各种常用的加密算法,主要是MD5 , RSA , AES , DES , DSA , SHA等。 -Various commonly used cryptographic algorithms implemented on android, mainly MD5, RSA, AES, DES, DSA, SHA etc.
PolarSSL-for-iOS-master
- IPHONE 手机开发中实用的polarSSL 可以实现MD5 RSA等加密码-PolarSSL for iOS
Security-RSA-1
- xocde 工具iOS工程师必备神器,AES加解密-Xocde tool iOS engineer essential artifact, AES encryption and decryption
RSA算法
- iOS平台的RSA算法,一般用在充值支付等要求安全性比较高的地方
RSA
- rsa 对称加密,不对称加密 。iOS 开发,直接加载就可以了 l。已经测试通过-RSA symmetric encryption, asymmetric encryption asymmetric encryption
EncryptUtils
- 基于openssl的jni rsa加密,aes加密,sha1,md5(Based on openssl jni rsa encryption and aes encryption, sha1, md5)
Encryptions-master
- iOS端加密解密实例,包括AES,RSA等(encry for iOS ,the test is write by object-c)
rsa
- RSA1024 加密解密源码,可移植到其他的嵌入式平台(Rsa1024 encryption and decryption source code, which can be transplanted to other embedded platforms)