Update README.md

master
Trivernis 4 years ago committed by GitHub
parent 6b746d9369
commit b2349f962f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.
6. Write the data to the specified output file.

Loading…
Cancel
Save