Closed
Description
Hi,
I have an API that was developed with Dart and is running on the Google CloudRun Platform.
The API is working perfectly on my local machine (an iMac M1), but I'm getting an error when I publish.
The error is showing that there is a problem with Dragon2. I use it to encode passwords.
Is there any solution for this error?
Thank you.
Configuration Details:
final result = await argon2.hashPasswordString(password, salt: saltBytes, memory: 128, iterations: 20, parallelism: 1);
Error Details:


Metadata
Metadata
Assignees
Labels
No labels