Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scar17off/securepng

Secure your PNG Files
https://github.com/scar17off/securepng

Last synced: 22 days ago
JSON representation

Secure your PNG Files

Awesome Lists containing this project

README

        

# securepng

This is a Windows Forms application that encrypts and decrypts PNG files using AES-256 encryption.

## How to use

1. Open the application.
2. To encrypt a PNG file, click the encrypt button and select the PNG file you want to encrypt.
3. Enter the secret key and click the encrypt button.
4. The encrypted SPNG file will be saved in the same folder as the original PNG file.
5. To decrypt a SPNG file, click the decrypt button and select the SPNG file you want to decrypt.
6. Enter the secret key and click the decrypt button.
7. The decrypted PNG file will be saved in the same folder as the original SPNG file.

![GUI](https://i.ibb.co/Yh8HzM5/ss.png)