GithubHelp home page GithubHelp logo

lockme's Introduction

简介

LockMe 是什么呢?
LockMe 怎么保证安全性?
  • 采用了 国密算法 SM2 的公私钥算法。
  • 私钥由用户个人进行保存。
  • 私钥不进行触网。
  • 密码数据都由公钥进行加密存储。

使用与配置

初始化项目
  • 创建 project.config.json 并配置 appid
  • 复制 miniprogram/config-example.jsminiprogram/utils/Config.js 环境变量
  • 配置 miniprogram/utils/Config.js 环境变量
  • 复制 cloudfunctions 文件夹到 miniprogramnpm i 安装依赖
  • 上传 cloudfunctions/ 云函数
  • 根据 cloudfunction.collection 创建云数据库
环境变量说明
  • cloud.env 小程序云环境 ID
  • cloud.collection 小程序云的对应数据库集合
  • cloud.collection.safes 密码集合
  • cloud.collection.settings 设置集合
  • cloud.collection.publicKeys 公钥集合
  • 其他配置请参考小程序官方文档 传送门

演示

小程序二维码

初始化

初始化

初始化

密码中心

密码中心

设置

设置

设计理念

基于大家日常生活中最常使用的网站 百度 的交互进行设计,更方便和直觉的让用户使用 LockMe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.