From 61a1949abe981d2c2b8125da57c6c9010e301863 Mon Sep 17 00:00:00 2001 From: kris-0605 Date: Tue, 21 May 2024 23:44:01 +0100 Subject: [PATCH] Upgrade README to markdown --- README.md | 6 ++++++ README.txt | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 README.md delete mode 100644 README.txt diff --git a/README.md b/README.md new file mode 100644 index 0000000..6f4dcda --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# This is the Shush Image - Text Encryption Tool + +Given an image (jpg or png) and a text file (.txt) it can create a new image (png) which will contain the text of the .txt file inside of it. +This process can then be reversed using the Decrypt function and a png image which has text encrypted into it. + +Github: [https://github.com/Hannah-Dagemark/Shush](https://github.com/Hannah-Dagemark/Shush) \ No newline at end of file diff --git a/README.txt b/README.txt deleted file mode 100644 index 9cfa02e..0000000 --- a/README.txt +++ /dev/null @@ -1,6 +0,0 @@ -## This is the Shush Image - Text Encryption Tool - -## Given an image (jpg or png) and a text file (.txt) it can create a new image (png) which will contain the text of the .txt file inside of it. -## This process can then be reversed using the Decrypt function and a png image which has text encrypted into it. - -## Github: https://github.com/Hannah-Dagemark/Shush \ No newline at end of file