Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileCryptingManager sample #104

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alafleur-genetec
Copy link
Member

Updated copyright year to 2025 in FileCryptingManagerExtensions.cs and Program.cs. Added license header to Program.cs.
Added namespace declaration to FileCryptingManagerExtensions.cs. Implemented cancellation support in Program.cs using CancellationTokenSource and Console.CancelKeyPress. Updated ProcessFile method to accept CancellationToken and pass it to EncryptAsync and DecryptAsync methods. Added comments to ReadFilePath and ReadPassword methods explaining file formats and password requirements. Added ReadPasswordMasked helper function to mask password input. Enhanced ProcessFile method with comments, progress reporting, and result reporting.

Updated copyright year to 2025 in FileCryptingManagerExtensions.cs and Program.cs.
Added license header to Program.cs.
Added namespace declaration to FileCryptingManagerExtensions.cs.
Implemented cancellation support in Program.cs using CancellationTokenSource and Console.CancelKeyPress.
Updated ProcessFile method to accept CancellationToken and pass it to EncryptAsync and DecryptAsync methods.
Added comments to ReadFilePath and ReadPassword methods explaining file formats and password requirements.
Added ReadPasswordMasked helper function to mask password input.
Enhanced ProcessFile method with comments, progress reporting, and result reporting.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant