Pakete aktualisiert
Deprecaterd Vorgang-Datei aus Scan2Compress gelöscht
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user