maqp / tfc

Tinfoil Chat - Onion-routed, endpoint secure messaging system
GNU General Public License v3.0
1.22k stars 85 forks source link

Something you may like #33

Open PowerPress opened 2 years ago

PowerPress commented 2 years ago

I'm a fan of TFC and ran across this hardware based ZRTP device for protecting encrypted SIP.

It uses full open hardware and open source FPGA for everything.

https://www.vipcomag.de/produkte/zsiposbox/

https://github.com/zsipos/zsipos

Any interest in working on encrypting voice next?

maqp commented 1 year ago

My conjecture is Tor and the serial link introduce too much latency and require too much bandwidth for real time audio/video calls. But it's nice to see there's a Python implementation for that, I might poke around if I find time at some point, thank you for sharing this!

BarbzYHOOL commented 1 year ago

Could just allow sending voice message as well

maqp commented 1 year ago

Could just allow sending voice message as well

This is already possible: just send a recording created with the Source Computer as a file to the recipient.

BarbzYHOOL commented 1 year ago

not sure if very practical

maqp commented 1 year ago

not sure if very practical

It makes very little sense to write convenience features for TFC, as one of the core-features is its minimal code-base and thus ease of audit. Avoiding feature creep is thus a major consideration. Any feature is also a maintenance burden and there's currently no time to develop new features.

I'd argue it's in fact easier to record such messages using GUI tools as those allow easy editing of the track, support different codecs for compression etc.

Also, for in-line encrypted voice the ticket is about, JackPair is worth a look. It doesn't use datadiodes, but it's still a reduced TCB.

Sami32 commented 1 year ago

I like this project and all the informations sharing here :D

Users more interested in audio communications, as far as the great JackPair project seem now dead?, could also look at this open source project: https://github.com/ClarkFieseln/AC4QGP

Edit: https://hyperencrypt.com/ (same kind than JackPair)