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

https://github.com/ozceliksinan/file-encryption-csharp-winform

It is based on C# and encrypts the files with the password you specify, and if the encrypted file is to be decrypted later, the encryption algorithm applied with the decryptor step is decrypted.
https://github.com/ozceliksinan/file-encryption-csharp-winform

algorithms application-security csharp csharp-winform encryption-decryption security

Last synced: about 2 months ago
JSON representation

It is based on C# and encrypts the files with the password you specify, and if the encrypted file is to be decrypted later, the encryption algorithm applied with the decryptor step is decrypted.

Awesome Lists containing this project

README

        


File Encryption Application

## File Encryption Application

It is based on C# and encrypts the files with the password you specify, and if the encrypted file is to be decrypted later, the encryption algorithm applied with the decryptor step is decrypted.

The encrypted file is very difficult to read and decrypt.

According to the algorithm, it can only be decrypted with the same password as this program.

After the file is encrypted, it will create an encrypted copy of the original file.

## Build With

![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=c-sharp&logoColor=white)
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-5C2D91.svg?style=for-the-badge&logo=visual-studio&logoColor=white)

## Images from within the application

### Image of C# Application
![C# File Encryption Application](img/img1.png)

### File Encryption Step
![C# File Encryption Application](img/img2.png)

### Performing File Encryption
![C# File Encryption Application](img/img3.png)

### Encrypted Content of Example File
![C# File Encryption Application](img/img4.png)

### Decrypting Encrypted File
![C# File Encryption Application](img/img5.png)

### Sample File
![C# File Encryption Application](img/img6.png)

## Contact Information

You can reach out to me using the following contact details:

[![Email](https://img.shields.io/badge/Email-info%40sinanozcelik.com-brightgreen)](mailto:[email protected])

[![Website](https://img.shields.io/badge/Website-sinanozcelik.com-blue)](https://sinanozcelik.com)

I'm always open to development and collaboration. Feel free to reach out to me!