You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2024. It is now read-only.
Describe the bug
The code uses ECB mode, which is generally deprecated.
Reproduction steps
Look at the code here and here for example.
Expected behavior
It's expected that ECB isn't used.
Additional context
No response