issues
search
TheRustyPickle
/
Chirp
A chat app built from scratch using GTK4 in Rust
MIT License
5
stars
3
forks
source link
Add message encryption
#95
Closed
TheRustyPickle
closed
1 year ago
TheRustyPickle
commented
1 year ago
Resolves #77
All messages are now encrypted with a combination of AES and RSA
Modified server to store encrypted data
Added rayon for decryption efficiency
Reuse ListView factory and selection model for better speed
Sync message is now limited to 100 messages
Resolves #77