加密库 sha1加密
加密模块,可以将指定 明文 加密成一个长度相等的 密文spa
let pwd = 'qwe123456'; const secret = sha1(pwd);
一样的明文,加密获得一样的密文3d