"Secure" TUI P2P messenger over TCP
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
cheesecake 0b3296cffe
All checks were successful
rust / rust (push) Successful in 1m23s
changed input_buf to be a Vec<char> to better handle utf8
2026-08-10 17:56:44 -07:00
.github/workflows update workflow 6 2026-07-21 11:41:32 -07:00
src changed input_buf to be a Vec<char> to better handle utf8 2026-08-10 17:56:44 -07:00
.gitignore complete rewrite with ratatui for ui, config file support, and many other improvements 2026-03-01 04:50:51 -08:00
Cargo.toml added a download progress bar, reworked message handling, and reformatted everything again 2026-07-24 03:48:04 -07:00
README.md complete rewrite with ratatui for ui, config file support, and many other improvements 2026-03-01 04:50:51 -08:00

tcp_messenger_rs

Basic TCP messenger using Ratatui for UI and ChaCha20Poly1305/x25519-dalek for encryption