Pakete aktualisiert

Deprecaterd Vorgang-Datei aus Scan2Compress gelöscht
This commit is contained in:
dev-mkoebis
2026-06-26 10:12:37 +02:00
parent 7e3e99ad20
commit c401dae875
5 changed files with 6 additions and 294 deletions

View File

@@ -108,7 +108,8 @@ namespace MergeCMInpro.Business
byte[] tmpHash;
tmpDt = ASCIIEncoding.ASCII.GetBytes(dt);
tmpHash = new MD5CryptoServiceProvider().ComputeHash(tmpDt);
tmpHash = MD5.Create().ComputeHash(tmpDt);
//tmpHash = new MD5CryptoServiceProvider().ComputeHash(tmpDt);
StringBuilder res = new StringBuilder(tmpHash.Length);
for (int i = 0; i < tmpHash.Length; i++)