All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.t.util.security.message.encryption.rsa.package-info Maven / Gradle / Ivy

There is a newer version: 1.0.16.RELEASE
Show newest version
package cn.t.util.security.message.encryption.rsa;

/**
 * RSA算法
 * 

* 基于大数因子分解难题 * 公钥加密, 私钥解密 * 私钥加密, 公钥解密 *

* 密钥长度512 ~ 65536(64的整数倍) */





© 2015 - 2024 Weber Informatics LLC | Privacy Policy