Skip to content

JstnMcBrd/dm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dm

About

Command-line application for encrypted chat over TCP.

I wrote this project to teach myself Rust.

Disclaimer

This project uses simple end-to-end encryption, but it is far from comprehensive and could have many potential vulnerabilities.

I designed it as a fun experiment, not a reliable secure communication method. Do not use this project for anything important.

Versioning

This project abides by Semantic Versioning and Keep A Changelog.

Development

You must have Cargo installed. See the documentation.

Format and lint the project:

cargo fmt
cargo clippy

Test the project:

cargo test

Run the project:

cargo run

Build the project:

cargo build --release

About

Command-line encrypted TCP chat

Resources

License

Stars

Watchers

Forks

Contributors

Languages