1. 首页
  2. 数据库
  3. 其它
  4. react native key pair:rn0350 源码

react native key pair:rn0350 源码

上传者: 2021-02-09 07:43:44上传 ZIP文件 2.38MB 热度 18次
React本机密钥对 Public / Private RSA密钥生成的本地实现。 用法 import KeyPair from 'react-native-key-pair' KeyPair.generate((keys)=>{ console.log(keys.private) // the private key console.log(keys.public) // the public key }) 入门 $ npm install react-native-key-pair --save 大多是自动安装 $ react-native link react-native
用户评论