From b2349f962f1be1d1673dc33b6a31248a0088d84b Mon Sep 17 00:00:00 2001 From: Trivernis Date: Sun, 5 Jul 2020 09:26:57 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5d3017..5946603 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Cryptpng +# Cryptpng ![](https://img.shields.io/discord/729250668162056313) A way to store encrypted data inside a png without altering the image itself. @@ -37,4 +37,4 @@ image data. The steps for encrypting are: 3. Get the `crPt` chunks and and concat the data. 4. Prompt for the password and create the scrypt 32byte hash with the salt. 5. Decrypt the data using aes and the provided hash key. -6. Write the data to the specified output file. \ No newline at end of file +6. Write the data to the specified output file.