MD5 algorithm decryption

How to decrypt the string which is encrypted using MD5 algorithm…?

Hi @saravanan.c,

Below the package is doing the encrypt and decrypt using the MD5 algorithm…


Video :

Thank you
Balamurugan.S

2 Likes

Hi,

MD5 is one of hash algorithm (or message digest algorithm) which is one way function. So generally we cannot decrypt the hash value to original data.
If you want to check integrity of data, you should compare both hash value.

Regards,

2 Likes

thanks @balupad14 will try it

1 Like

Hi Yoichi,

Thanks for the info but in java it is possible to decrypt the hash text so why we can’t able to decrypt in .net

Hi @balupad14,

Am getting bad data error while using your activities

1 Like

Hi @saravanan.c,

Can you share me a sample to test at my side ?

Thank you
Balamurugan.S

Hi @balupad14,
Here by am sharing the xaml.
encryptDecryptCustom.xaml (4.8 KB)

Hi,

Hope the following helps you.

Regards,

1 Like

hi @balupad14,

Any update please let me know

‘md5’ is a one-way hash function and is not an encryption or decryption concept. like sha