Skip to content

Commit

Permalink
Merge pull request #31 from kjloveless/kyle
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
kjloveless authored Oct 31, 2023
2 parents eafbb6e + 6c84eca commit 8737d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.vscode
bin
obj
obj
*.sln
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Kyle Loveless
Copyright (c) 2023 Kyle Loveless

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
```
______ __
/ \ / |
/$$$$$$ | _$$ |_ __ __ __
$$ |_ $$/ ______ / $$ | ______ / | / | / |
$$ | / |$$$$$$/ / |$$ | $$ | $$ |
$$$$/ $$$$$$/ $$ | __ $$$$$$/ $$ | $$ | $$ |
$$ | $$ |/ | $$ \_$$ \_$$ |
$$ | $$ $$/ $$ $$ $$/
$$/ $$$$/ $$$$$/$$$$/
```

http://patorjk.com/software/taag/#p=display&h=0&f=Big%20Money-sw&t=f-t-w

f-t-w is a peer to peer encrypted cli messenger over TCP/IP.

messages are encrypted with AES-256 using a shared secret through Kyber KEM (quantum resistent!)
Expand Down

0 comments on commit 8737d61

Please sign in to comment.