vb.net - Frez Systems' MD5 code in VB and MSDN's C# MD5 code equivalent? -


on given system used md5 hash frez systems frez systems

they use "encrypt" password of user , store in database. task write c# application needs verify same user, different angle. need "encrypt" password , compare encrypted password generated vb in database, encrypted password generated in c#. now, encrypted password above mentioned frez systems, , 1 c# md5 not match. i'm wondering whether i'm using correct c# equivalent? or whether there wrong frez systems version?

anyone had same experience?


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -