Skip to content

end-to-end encryption of direct messages in Discord

Notifications You must be signed in to change notification settings

szche/end-to-end-Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End-to-End encryption in Discord

🔒Cryptography

Key exchange between two parties is realized using Diffie-Hellman protocol. After the secret key has been determined, all text messages are encrypted using AES. If you want a real private messaging service, use Signal instead.

✅What works and what doesn't

Currently this supports text encryption in direct messages only.

⛔Warning

Using this software might violate Discord's Terms of Service. I'm not responsible for any account suspensions happening as a result of using this software.

📝License

MIT

About

end-to-end encryption of direct messages in Discord

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages