llscw-node-verify
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

加密效验

/**
 * @description 生成密文的方法
 * @param password 明文密码
 */
makePassword(password: string): string;

/**
 * @description 判断与密文密码是否匹配
 * @param password 没有加密的密码
 * @param sqlPwd 加密了的密码
 */
checkPassword(password: string, sqlPwd: string): boolean;

Package Sidebar

Install

npm i llscw-node-verify

Weekly Downloads

9

Version

1.0.0

License

ISC

Unpacked Size

2.78 kB

Total Files

6

Last publish

Collaborators

  • llscw