# Register_Login_Encryption **Repository Path**: luoob/Register_Login_Encryption ## Basic Information - **Project Name**: Register_Login_Encryption - **Description**: 使用Express,MongoDB,Jwt加密来实现简单的注册和登录demo - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-11 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Register_Login_Encryption #### 介绍 使用Express,MongoDB,Jwt加密来实现简单的注册和登录demo #### bcrpyt和bcryptjs区别 - bcrpyt性能好点 - bcryptjs是纯JavaScript所写,所以兼容性好点 #### 使用jwtToken实现无状态连接