When is it a good idea to store passwords in clear text?

前端 未结 12 2078
北荒
北荒 2021-02-07 05:56

I am working on an application that is targetted at non technical users. I expect a large number of support calls regarding lost passwords and inability to login.

I am u

12条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-07 06:38

    I suppose there is one situation where storing passwords in clear-text is appropriate.

    If you were writing an application to use as the "before" example in a demonstration on how to write secure code so that you could show how to implement password encryption/hashing techniques.

提交回复
热议问题