What should every web developer know about encryption?

后端 未结 11 1352
甜味超标
甜味超标 2021-01-30 01:22

I\'ve just landed a PHP5 gig. I won\'t be handling the parts of the application that involve super sensitive data, but I still know embarrassingly little about security and encr

11条回答
  •  野的像风
    2021-01-30 01:27

    First you have to get familiarized with this php methods:

    • MD5
    • SHA1

    Here you have all cryptography extensions in PHP.

提交回复
热议问题