0

Is it possible to "calculate" a valid password string when the Key and the IV (as strings) for a RijndaelManaged-Key are known?

Yosh
  • 1
  • 1

1 Answers1

0

No it should not be possible. It depends which key derivation function you use, but usually password and salt are repeatably hashed with MD5 or SHA1 so virtually impossible.

Jakub Šturc
  • 35,201
  • 25
  • 90
  • 110