This implements Argon2id password hashing and password/hash comparison.
Only has 2 actions:
Based on sample code form here:https://www.thatsoftwaredude.com/content/14030/implementing-argon2id-password-hashing-in-c
(Yes, I Bought him a coffee. If you find this useful, might be worth buying him one too.)
The main change from his code is that I had to copy the code in for CryptographicOperations.FixedTimeEquals because it's only available in DOT.NET Core for some bizarre reason.
Updated to meet requirements for trusted badge:
Also converted to function to allow it to be called in IF statements etc.
NOTE: There is "no try" now yet because OutSystems deleted my personal environment.This will be added as soon as I can obtain an OutSystems personal environment.