From 4402c6a06d7c680555160131e8efd49b85f7af6a Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 31 Oct 2023 10:17:28 -0500 Subject: [PATCH] Update .gitignore, LICENSE.md, and README --- .gitignore | 3 ++- LICENSE.md | 2 +- README.md | 14 -------------- 3 files changed, 3 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index 5137440..3f80edf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode bin -obj \ No newline at end of file +obj +*.sln \ No newline at end of file diff --git a/LICENSE.md b/LICENSE.md index 222bb51..eaddec7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -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 diff --git a/README.md b/README.md index dfb53f5..3db290b 100644 --- a/README.md +++ b/README.md @@ -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!)