quietnet icon indicating copy to clipboard operation
quietnet copied to clipboard

Encryption

Open lance0 opened this issue 11 years ago • 4 comments

Would this be feasible? Thoughts? I feel like a preshared key would work with some public private key encryption method. I wonder if there would be a way to do some type of Tonal key as well. Like emit a certain sound to authenticate the chat.

lance0 avatar Jan 13 '14 03:01 lance0

It is a good idea, but first need to implement two things: a guarantee of: data integrity (hash) and receive (tcp or similar). I create a system of hash, it remove the noise: https://github.com/construidor/quietnet

construidor avatar Jan 13 '14 11:01 construidor

That would be totally feasible but it sounds like you'd be better off using more robust base system such as Kamal Mostafa's minimodem or Peter Iannucci's blurt.

I made Quietnet as a toy and it is partially optimized for simplicity and ease of explaination.

Katee avatar Jan 13 '14 14:01 Katee

why not pipe the output of some other form of encryption over quietnet? initial key sharing could be handled with a more trusted system, then shout encrypted stuff over quietnet -- kinda like the pgp-trust for email.

segordon avatar Jan 14 '14 09:01 segordon

I think its an interesting concept @segordon . I like that approach.

lance0 avatar Jan 18 '14 23:01 lance0