开发者

Get password from a known key-iv-combination (RijndaelManaged in C#)

Is it possible to "calculate" a valid password string when the Key开发者_运维问答 and the IV (as strings) for a RijndaelManaged-Key are known?


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜