Skip to content

1cbyc/messaging-protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my encrypted messaging protocol

to run this, just run

     cargo run --bin client sugar

or

     cargo run --bin client isaac

You should see an interactive prompt like:

   sugar > 
isaac > 

then, in each client, copy the x25519 key from the other as a contact (the excahnge x25519 keys):

     add isaac <isaac's_x25519_key>
     add sugar <sugar's_x25519_key>

then, send a message:

  • in sugar client:
     send isaac Hello Isaac!
  • in isaac client:
     receive

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published