Home > Net >  Cryptsharp C# Visual Studio 2022 no definition
Cryptsharp C# Visual Studio 2022 no definition

Time:12-28

I've tried to run

string cryptedPassword = Crypter.MD5.Crypt(Passwort, new CrypterOptions()
         {
            {CrypterOption.Variant, MD5CrypterVariant.Apache}
         });

from the enter image description here

Here is my code:

enter image description here

If there are still errors, you can try to reinstall the NuGet packages.

  • Related