-
Notifications
You must be signed in to change notification settings - Fork 13
fix: improve error handling in encryption/decryption functions #124
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ayu-ch <[email protected]>
/describe |
Titlefix: improve error handling in encryption/decryption functions User descriptionAims to solve the issue #123 PR TypeBug fix, Enhancement Description
Diagram Walkthroughflowchart LR
A["Encryption/Decryption Functions"] --> B["Custom Error Classes"]
B --> C["EncryptionError"]
B --> D["DecryptionError"]
D --> E["InvalidPasswordError"]
D --> F["CorruptedDataError"]
A --> G["Data Validation"]
G --> H["Password Verification"]
|
Relevant files | |||||||
---|---|---|---|---|---|---|---|
Error handling |
|
/review |
/improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨
|
Aims to solve the issue #123