最佳加密算法 [英] Best encryption algorithm

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

问题描述


告诉我最佳的加密算法
我想加密自己的手机短信,因为它是我的项目的一部分.
我将使用公私钥技术.告诉我这将是最好的算法.

由于我想加密消息,因此我将为其创建一个jar文件,以便可以在任何Java移动设备上运行.
该Java软件将使用加密算法.
因此,请告诉我可以实现它的最佳加密算法.

Hi,
tell me the best algorithm for encryption
I want to encrypt sms of my mobile as it is part of my project.
I am going to use public-private key techniqe....tell me for that which will be the best algorithm.

As I want to encrypt the message for which I will create a one jar file so it can run on any java mobile.
This java software will use encryption algorithm.
So please tell me the best encryption algorithm which I can implement it.

推荐答案

最终,精确的算法选择取决于您.

首先,您需要查看Java加密名称空间,以了解它支持哪种非对称算法.
然后,您需要查看所有这些内容,以确保所选平台上支持它.
然后,您需要查看每一个,并查看存在+/-的地方,例如速度,键长,轮数等.

然后测试他们,看看在内存和处理器速度上哪款手机在移动设备上运行良好.

这是一些有关J2ME安全性的文章;
http://developers.sun.com/mobility/allarticles/#security [
At the end of the day, the exact choice of algorithm is down to you.

First you will need to look at the Java Encryption names spaces to see which asymmetric algo''s it supports.
You will then need to look at each of those to ensure it is supported on your chosen platform.
You will then need to look at each and see whay +/-''s exist, e.g. speed, key lengths, rounds, etc. etc.

Then go test them to see which one work well on a mobile given its memory and processor speed.

Here are some articles on J2ME security;
http://developers.sun.com/mobility/allarticles/#security[^]


这篇关于最佳加密算法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆