搜索资源列表
rel
- 1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp 然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码 C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer 这个命令将导出公钥证书,公钥证书将会配
RSA
- 此Demo包含两个文件,建立一个解决方案,然后建立两个文件,一个为Form,一个为Class,把代码分别复制进去即可-This Demo contains two files, create a solution, and then create two files, one for the Form, one for the Class, the code can be copied into each
RSAEncriptAndDecripteDemo
- 一个rsa 实现的例子,java实现代码简明-a rsa demo
demo-rsa
- 文件加密和解密系统,基于RSA的文件系统。运用的java写的程序-File encryption and decryption system, RSA-based file systems. Programs written using the java
jsencrypt.js
- 前端需要用到的RSA数据加密工具包,压缩包里有demo