Android上的不对称加密

Android上的不对称加密

本文介绍了Android上的不对称加密的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想问,如果我可以使用非对称加密(如RSA或ECC)在Android手机,如何,和什么是最好的库我应该使用。

I would like to ask if i can use Asymmetric Crypto (like RSA or ECC) on android mobile phones, how, and what are the best libraries i should use.

推荐答案

因为是Java,你可以使用Bouncy Castle Cryptographic Library:)

Because it is Java, you can use the Bouncy Castle Cryptographic Library :)

您可以使用RSA或ElGamal进行不对称加密:)

You can use RSA or ElGamal for Asymmetric Cryptography :)

这篇关于Android上的不对称加密的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 04:58