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.
- Host: GitHub
- URL: https://github.com/ozceliksinan/file-encryption-csharp-winform
- Owner: ozceliksinan
- Created: 2024-02-13T08:13:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-24T15:07:46.000Z (10 months ago)
- Last Synced: 2024-12-07T21:15:36.801Z (6 months ago)
- Topics: algorithms, application-security, csharp, csharp-winform, encryption-decryption, security
- Language: C#
- Homepage:
- Size: 1.12 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
##
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

## Images from within the application
### Image of C# Application
### File Encryption Step
### Performing File Encryption
### Encrypted Content of Example File
### Decrypting Encrypted File
### Sample File
##
Contact Information
You can reach out to me using the following contact details:
[](mailto:[email protected])
[](https://sinanozcelik.com)
I'm always open to development and collaboration. Feel free to reach out to me!