TMS Cryptography can't load in the new 64-bit IDE in Delphi 12.3

I am having a problem with TMS Cryptology in the new 64-bit IDE. When I launch the IDE or a project that uses TMS Crypto, I get the following error:

It only is happening in 64-bit Delphi 12.3.

This is fresh install of Windows with no other programs on it other than Delphi and various components, so left over environment variables or registry entries is definitely not an issue.

I have confirmed the file exists at that location.

I do have a Path variable in System Overrides:

The value is:

$(PUBLIC)\Documents\Embarcadero\InterBase\redist\InterBase2020\IDE_spoof;$(PATH);C:\Program Files (x86)\DevExpress\VCL\Library\RS29;C:\Program Files (x86)\DevExpress\VCL\Library\RS29\Win64;C:\Program Files (x86)\DevExpress\VCL\Library\RS29\Win64x

Here is my entire User Environment Variables:

And here is my entire System Environment Variables:

The 32-bit IDE works fine. Any thoughts on how to fix this?