Skip to content

This will be the backend for my messaging service where users may create accounts with a unique username and a password, once the user logs in they are able to change account information and more importantly they are able to upload a public key (must be unique), once their public key has been uploaded other users are able to send that user messages

Notifications You must be signed in to change notification settings

justmedusty/Encryptix

Repository files navigation

Encryptix

This will be the backend for my messaging service where users may create accounts with a unique username and a password, once the user logs in they are able to change account information and more importantly they are able to upload a public key (must be unique), once their public key has been uploaded other users are able to send that user messages which will be recieved in the form of binary gpg file which will then be able to be downloaded to their host device on the front end once that is built. The idea is that the application , nor anyone else except the recipient , can decrypt messages sent over this service. Privacy and security are the top priorities behind the thought process. I can't decrypt it, if someone got access to the database they could not decrypt anything either.

About

This will be the backend for my messaging service where users may create accounts with a unique username and a password, once the user logs in they are able to change account information and more importantly they are able to upload a public key (must be unique), once their public key has been uploaded other users are able to send that user messages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages