怎么用php给数据加密

lewis 2019-04-07 30次阅读

在php中使用crypt函数对数据进行加密,具体方法如下:

crypt函数语法:

string crypt ( string $str [, string $salt ] )

crypt函数使用方法:



发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。