|
|
2013-04-02
, 16:31
|
|
Posts: 1,326 |
Thanked: 2,403 times |
Joined on Jan 2011
@ Touring
|
#2
|
| The Following User Says Thank You to biketool For This Useful Post: | ||
|
|
2013-04-03
, 00:21
|
|
Posts: 6 |
Thanked: 17 times |
Joined on Jun 2010
|
#3
|
| The Following User Says Thank You to wirr For This Useful Post: | ||
|
|
2013-04-08
, 11:33
|
|
Posts: 1,326 |
Thanked: 2,403 times |
Joined on Jan 2011
@ Touring
|
#4
|
| The Following User Says Thank You to biketool For This Useful Post: | ||
|
|
2013-04-10
, 10:42
|
|
Posts: 68 |
Thanked: 43 times |
Joined on Jun 2010
|
#5
|
| The Following User Says Thank You to phr For This Useful Post: | ||
|
|
2013-04-10
, 11:07
|
|
Community Council |
Posts: 4,902 |
Thanked: 12,827 times |
Joined on May 2012
@ Southerrn Finland
|
#6
|
Gstreamer layer to encrypt in a low bitrate codec and send over GSM voice chanel to another enabled N900 or other phone would be brilliant.
| The Following User Says Thank You to juiceme For This Useful Post: | ||
|
|
2013-04-10
, 17:02
|
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#7
|
|
|
2013-04-10
, 20:25
|
|
Community Council |
Posts: 4,902 |
Thanked: 12,827 times |
Joined on May 2012
@ Southerrn Finland
|
#9
|
|
|
2013-04-11
, 04:47
|
|
Posts: 68 |
Thanked: 43 times |
Joined on Jun 2010
|
#10
|
For a while now I've been crushing my brains on how to best implement secure (read: encrypted) telephony on the n900. My focus is on media encryption, though signalling will have to be thought of as well.
What does the community think?
Here's the options I see so far:
- Use a ZRTP-enabled client (twinkle-port anyone? sflphone?)
- Extend existing telepathy framework to support encryption (gstreamer seems to support SRTP trough gstreamer-plugins-bad, what about key management?)
- Transparent (local) media proxy (proxy-to-proxy encryption - rtpproxy, mediaproxy?)
- On demand TLS-tunneling - VPN-style
- Other ideas?