Difference between encryption and hashing

前端 未结 6 1829
醉梦人生
醉梦人生 2021-02-20 11:09

In our project there are several places where we could\'ve gotten away with hashing. For example, we store an encrypted reference between a license and the licensed object in t

6条回答
  •  忘掉有多难
    2021-02-20 11:49

    By storing the plain text along with the ciphertext you are creating a nice repository of test strings if someone would want to find out your key. Since you apparently use said key for encrypting everything I'd say it is a risk.

    Remember, the nice thing about central databases is that some day someone will get the data. If history is any lesson, at least.

提交回复
热议问题