Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption #19

Open
lance0 opened this issue Jan 13, 2014 · 4 comments
Open

Encryption #19

lance0 opened this issue Jan 13, 2014 · 4 comments

Comments

@lance0
Copy link

lance0 commented Jan 13, 2014

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.

@construidor
Copy link

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

@Katee
Copy link
Owner

Katee commented Jan 13, 2014

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.

@segordon
Copy link

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.

@lance0
Copy link
Author

lance0 commented Jan 18, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants