Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
react-native-totp
Advanced tools
由谷歌TOTP两步认证动态验证码生成 google-authenticator 封装的 react-native 插件, 支持 Android 与 iOS
react-native版本 < 0.60
$ npm install react-native-totp --save
$ react-native link react-native-totp
react-native版本 >= 0.60
$ npm install react-native-totp --save
参数 | 类型 | 默认 | 必须 | 详情 |
---|---|---|---|---|
base32String | string | 是 | base32编码的字符串, 需与服务器端一致 | |
digits | number | 6 | 否 | 验证码位数, 默认6位, 需与服务器端一致 |
period | number | 60 | 否 | 有效时间, 单位秒, 默认60秒, 需与服务器端一致 |
import RNTotp from 'react-native-totp';
RNTotp.generateOTP({
base32String: 'R35AQPURMAHIO324',
}, (code) => {
console.log('验证码是: ', code);
alert(code);
});
FAQs
A React Native module google Authenticator (TOTP)
The npm package react-native-totp receives a total of 1 weekly downloads. As such, react-native-totp popularity was classified as not popular.
We found that react-native-totp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.