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

Document how to use/install #29

Closed
protobits opened this issue Apr 5, 2018 · 4 comments
Closed

Document how to use/install #29

protobits opened this issue Apr 5, 2018 · 4 comments
Labels

Comments

@protobits
Copy link

Hi, just found this and I'm really interested in it. However, I don't really understand how it works (I know it talks to protonmail's using its API). For example, does it retrieve the private key on its own from the server? The password for the key (the one used for login) is the password that should be used for the auth command?
I would like also to understand how is the sensitive data stored (key, password, decrypted emails, etc).

@emersion
Copy link
Owner

emersion commented Apr 7, 2018

Yeah, hydroxide is missing some docs.

does it retrieve the private key on its own from the server?

Yeah.

The password for the key (the one used for login) is the password that should be used for the auth command?

Yes. Just login with hydroxide just like you would auth with ProtonMail's website.

I would like also to understand how is the sensitive data stored (key, password, decrypted emails, etc).

The key is stored in memory, not on disk. The password is stored encrypted on disk (encrypted with the random client password printed after you run hydroxide auth). Decrypted emails are not stored (but your email client probably stores them unencrypted on disk).

@protobits
Copy link
Author

Cool, thank you for your answers.
What about two-password mode? Is it supported?
Also, what is the general status of the bridge? I mean, are there particularly important features that are not yet implemented? Is it mostly stable?

@protobits
Copy link
Author

Also, does this bridge also require a paid account or the API access is free?

@emersion
Copy link
Owner

emersion commented Apr 8, 2018

What about two-password mode? Is it supported?

Yes.

Also, what is the general status of the bridge? I mean, are there particularly important features that are not yet implemented? Is it mostly stable?

It's not stable, it needs more testing and it has missing features. The SMTP and CardDAV backends work pretty well though.

Also, does this bridge also require a paid account or the API access is free?

No.

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

No branches or pull requests

2 participants