AES Requires Limiting SEED Length
I wrote a utility class to encrypt and decrypt the app field in the database
There are no problems running unit tests in the local environment, but bugs appear in the production environment.
The reason for this is that the online environment does not support the AES algorithm Provider. It needs to be solved by adding a third-party package that supports it under the ext package or introducing a third-party library.