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

[Questions] Example of an IMAP keypair message, Storage of passwords #5

Open
mikegioia opened this issue Apr 25, 2016 · 0 comments
Open

Comments

@mikegioia
Copy link

  1. I think I have a good idea of what the packets should look like in the IMAP message containing the public/private keypairs, but I was wondering if you could provide an example just as a reference?
  2. I'm building an application that would sync keys through IMAP but I'm struggling to figure out how to store these two passwords to encrypt the keypairs. The user supplied part is simple, as I can hash it and save it in the database. Can the 24 character alphanumeric password just be stored in plaintext in the database? If it isn't stored in plaintext, how can it be used to encrypt/decrypt the IMAP message?

Thanks very much, this is a great project :D

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

No branches or pull requests

1 participant