kmaragon / Konscious.Security.Cryptography

MIT License
202 stars 20 forks source link

A strongly-named assembly is required #55

Open Aetherinox opened 11 months ago

Aetherinox commented 11 months ago

Attempting to use this, but I keep getting the following error:

System.IO.FileLoadException: 'Could not load file or assembly 'Konscious.Security.Cryptography.Argon2, Version=1.3.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)'

I also attempted to install the "StrongNames" variant via Nuget, but it makes no difference. I've never encountered this error before, any ideas of how to move forward?

Aetherinox commented 11 months ago

Update: If anyone else has this issue. I sign my project with a digital signature, along with my assemblies. Once I turn off the assembly signature; the error goes away and I'm able to compile.

Yet to find out if the "StronglyNamed" version corrects the issue; or if this is something the developer has to address.

Marko97IT commented 10 months ago

Konscious.Security.Cryptography.Blake2.zip I signed the library so I could use it in my assembly. Feel free to use it.