-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Description
Currently, the crypto only has a decrypt module, but sometimes decryption fails, possibly due to insufficient rigor in implementation. Now we need to provide better decryption and also provide encryption and unit testing.
func aes128CBCDecrypt(key, iv, encryptPass []byte) ([]byte, error) {
……
}Why is this feature needed?
Enhance stability.
Checklist
- I have checked the existing issues for similar problems.
Screenshots/Videos
If applicable, add screenshots or videos to help explain your proposal.
Additional Context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request