Skip to content

Conversation

@JerrySB03
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings May 6, 2025 11:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR refactors the encryption functionality in Client.cs by removing commented-out methods and eliminating the Database class that previously housed user key management.

  • Removed commented-out EncryptRSA and DecryptRSA methods
  • Moved active encryption methods directly into the Client class
  • Removed the Database class and its associated user registration logic
Comments suppressed due to low confidence (1)

sutor-aes/Client.cs:116

  • [nitpick] The removal of the Database class and its user key management logic is a significant API change; ensure that all components relying on that functionality are updated accordingly.
using (RSA rsa = RSA.Create())

@JerrySB03 JerrySB03 requested a review from IHtDzenda May 6, 2025 11:09
@JerrySB03 JerrySB03 merged commit e0be126 into main May 6, 2025
1 check passed
@IHtDzenda IHtDzenda deleted the chore/refactor branch May 13, 2025 11:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants