Has anybody got this to work?
I used the C# code provided in this thread to get the base64 string and when I use the github sa-license-decoder all the fields are empty.
Here is my code:
private static byte[] GetPaddedValue(BigInteger value, int length)
{
byte[] result =...