Welcome to the team-7-csci-150-fall-2017 wiki!
Objectives:
automatically fetch a public key save public keys to a database
Major Components Database for Key Management
-Allow a verified user to add their key -Allow anyone to freely read the keys -Automatically retrieve the public key when typing in an email
Decryption and Encryption of Messages
-After retrieving the public key automatically encrypt the message -Get the message, encrypt it, paste it back into the message box -When an encrypted element is selected use the extension to decrypt it -Possibly override the existing message -How the private key is being inputted is still being decided
Relatively Seamless Integration with Email Services
-It will mostly operate in the background -It should encrypt and decrypt with the a minimal amount of deviation from normal emailing -Details being worked out