# Functions
CreateToken 创建token.
DecryPwdViaBcrypt 将加密后的字符串解密与pwd比较,相同则返回true.
EncryPwdViaBcrypt 使用bcrypt对密码进行加密.
No description provided by the author
No description provided by the author
*初始化一个Token
*/.
ParseToken 解析token.
SendMail 发送邮件.
*验证token
*/.
# Variables
EmailAddr 以下的全局变量暂定.
EmailContent 以下的全局变量暂定.
EmailFromUser 以下的全局变量暂定.
EmailHost 以下的全局变量暂定.
EmailPassword 以下的全局变量暂定.
EmailToUser 以下的全局变量暂定.
SecretKey 加密密钥.