开发者

voice encryption

开发者 https://www.devze.com 2023-01-21 07:52 出处:网络
I want to develop an application to encrypt voice calls on the fly. Is it feasible? which pro开发者_如何学Gogramming language should be preferred for symbian O.SIt has already been done: http://en.wik

I want to develop an application to encrypt voice calls on the fly. Is it feasible? which pro开发者_如何学Gogramming language should be preferred for symbian O.S


It has already been done: http://en.wikipedia.org/wiki/Skype_security

To implement it, you would need a fast language (a delay of no more than maybe 10 milliseconds, because you still have network latency to deal with) so something like C or C++, maybe Java when used with JIT. Check out Java SE Security Package for simple SSL connections.

Of course, the easy way to do this would just be an ssh or VPN tunnel.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号