Skip to content

使用RSA算法对数据进行非对称加密和解密 。加密使用公钥,解密使用私钥; 签名使用私钥,验证使用公钥(对长文本也能加密成功)

License

Notifications You must be signed in to change notification settings

LiuJunb/RSA-Android

Repository files navigation

RSA_Android

使用RSA算法对数据进行非对称加密和解密 。加密使用公钥,解密使用私钥; 签名使用私钥,验证使用公钥

运行效果

https://github.com/LiuJunb/RSA_Android/blob/master/image/picture.png?raw=true

About

使用RSA算法对数据进行非对称加密和解密 。加密使用公钥,解密使用私钥; 签名使用私钥,验证使用公钥(对长文本也能加密成功)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages