加密庫 sha1加密
加密模塊,可以將指定 明文 加密成一個長度相等的 密文spa
let pwd = 'qwe123456'; const secret = sha1(pwd);
一樣的明文,加密獲得一樣的密文3d