Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scar17off/securepng
- Owner: scar17off
- License: gpl-2.0
- Created: 2023-08-16T18:18:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T21:04:58.000Z (over 1 year ago)
- Last Synced: 2023-09-17T06:33:05.105Z (over 1 year ago)
- Language: C#
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)