I love it. Gonna try and get some of my friends to use this! Plus there's something unabiguously cool about chatting through the terminal... hacker aesthetic or something like that. How would you say your privacy + tech measure up against Signal and WhisperSystems? I love those folks and what they build and have been using Signal primarily for texting for a while now.
Vuvuzela: Metadata-private messaging
21–30 of 32 posts
Re: Vuvuzela: Metadata-private messaging
#22I love it. Gonna try and get some of my friends to use this! Plus there's something unabiguously cool about chatting through the terminal... hacker aesthetic or something like that. How would you say your privacy + tech measure up against Signal and WhisperSystems? I love those folks and what they build and have been using Signal primarily for texting for a while now.
I agree, I wish Signal could work in my terminal somehow in a way that's more secure than their "Desktop" application. They were storing the decryption keys in plain text in a SQLite database iirc. I understand why they have to store it, but it's just bad if it's plaintext.
Re: Vuvuzela: Metadata-private messaging
#23Earlier quoted context omitted.
I agree, I wish Signal could work in my terminal somehow in a way that's more secure than their "Desktop" application. They were storing the decryption keys in plain text in a SQLite database iirc. I understand why they have to store it, but it's just bad if it's plaintext.
jesus christ, i didnt know that....
Also the messages are stored in plaintext:
https://github.com/signalapp/Signal-Desktop/issues/1017
They say it's a non-fix cause you can use full disk encryption, and honestly that's what I do anyway, so I'm not as bothered.
Re: Vuvuzela: Metadata-private messaging
#24Re: Vuvuzela: Metadata-private messaging
#25I love it. Gonna try and get some of my friends to use this! Plus there's something unabiguously cool about chatting through the terminal... hacker aesthetic or something like that. How would you say your privacy + tech measure up against Signal and WhisperSystems? I love those folks and what they build and have been using Signal primarily for texting for a while now.
I agree, I wish Signal could work in my terminal somehow in a way that's more secure than their "Desktop" application. They were storing the decryption keys in plain text in a SQLite database iirc. I understand why they have to store it, but it's just bad if it's plaintext.
Re: Vuvuzela: Metadata-private messaging
#26From their research paper at https://vuvuzela.io/static/vuvuzela.pdf : > Vuvuzela can support 1 million users exchanging text messages (up to 240 bytes each) with an end-to-end latency of 37 seconds, achieving a throughput of 68,000 messages/sec. Unfortunately, 37 seconds, even for a privacy-aware service, seems too slow to deliver instant messages.
Our latest paper, Karaoke, achieves 6.8 seconds with 2 million active users: https://vuvuzela.io/static/karaoke.pdf
Re: Vuvuzela: Metadata-private messaging
#27I love it. Gonna try and get some of my friends to use this! Plus there's something unabiguously cool about chatting through the terminal... hacker aesthetic or something like that. How would you say your privacy + tech measure up against Signal and WhisperSystems? I love those folks and what they build and have been using Signal primarily for texting for a while now.
I agree, I wish Signal could work in my terminal somehow in a way that's more secure than their "Desktop" application. They were storing the decryption keys in plain text in a SQLite database iirc. I understand why they have to store it, but it's just bad if it's plaintext.
Re: Vuvuzela: Metadata-private messaging
#28Earlier quoted context omitted.
I agree, I wish Signal could work in my terminal somehow in a way that's more secure than their "Desktop" application. They were storing the decryption keys in plain text in a SQLite database iirc. I understand why they have to store it, but it's just bad if it's plaintext.
What's your attacker model here? On which operating system can the filesystem be compromised, but your application remains unaffected?
Re: Vuvuzela: Metadata-private messaging
#29Earlier quoted context omitted.
Our latest paper, Karaoke, achieves 6.8 seconds with 2 million active users: https://vuvuzela.io/static/karaoke.pdf
cool! does (or will) the existing Vuvuzela client use Karaoke?
Re: Vuvuzela: Metadata-private messaging
#30Pardon my ignorance, but is a technology like this anything more than research? Ie, lets pretend there is a market for this (ie, that people actually cared about security) , could this be used? I ask because the 2M (concurrent?) users would be a very small limit in a hypothetical whatsapp/telegram/etc replacement. So my question is not a critique, but an honest question. I imagine either this is purely research, or t…