-1

Is there a way to decrypt the hex string created by sha2 function.

Basically we created a hex string based on two columns of a dataframe.

Shankar
  • 8,529
  • 26
  • 90
  • 159

1 Answers1

1

Only something which is encrypted can be decrypted. SHA-2 is not an encryption algorithm, it is a Secure Hash Algorithm.

Jörg W Mittag
  • 363,080
  • 75
  • 446
  • 653