Google Authenticator PHP类 版权所有(c)2012-2016, 作者:Michael Kliewe, 及其 根据BSD许可获得许可。 此类PHP类可用于与Google Authenticator移动应用程序进行交互,以进行两要素身份验证。 此类可以生成秘密,生成代码,验证代码并提供用于扫描秘密的QR码。 它根据实现 为了安全安装,您必须确保不能重用已使用的代码(重放攻击)。 您还需要限制验证次数,以对抗暴力攻击。 例如,您可以在10分钟内将一个IP地址(或IPv6块)的验证次数限制为10次尝试。 这取决于您的环境。 用法: 请参见以下示例: <?php require_once 'PHPGangsta/GoogleAuthenticator.php' ; $ ga = new PHPGangsta_GoogleAuthenticator (); $ se
2024-04-07 22:19:23 8KB
1
将Google Authenticator迁移QR码转换为纯otpauth URI。 用法 导航至菜单>转移帐户>导出帐户。 制作屏幕截图并将其上传到此网站。 如果QR码不适合您,请尝试使用其他应用程序对其进行扫描,然后手动输入otpauth-migration URI。 所有数据都保留在您的PC上,所有数据都在本地计算! 有关的 执照 版权所有(c)2021 korki /
2023-06-13 14:26:40 127KB TypeScript
1
谷歌身份验证器( Google Authenticator
2023-04-12 12:06:13 18KB 验证器
1
谷歌身份验证器,即Google Authenticator(Google身份验证器)v2.33 谷歌推出的一款动态口令工具,解决大家的google账户遭到恶意攻击的问题。
2022-10-10 10:09:33 7.35MB 谷歌验证器
1
亲测可用的身份验证器插件,安装简单方便,只需要下载到本地,之后拖拽到扩展呈现的开发者模式即可,预祝你身份验证器安装顺利!
2022-05-28 21:27:02 335KB authenticator 身份验证器
1
Google Authenticator v5.10.rar 安卓版 官方原版
2022-05-27 14:00:17 6.52MB google身份验证器
1
之前发的工具: https://bbs.125.la/forum.php?mod=viewthreadtid=14661487 尽管源码贴在评论,还是有人不会用,我就整合了下发出来 这只是GA核心生成部分,并不包含工具中生成二维码,以及解析二维码 生成二维码原理也很简单,找个二维码解析下,代入数据即可
2022-05-09 20:13:28 3KB 模块控件源码
1
google-authenticator-5-10.apk 谷歌身份验证器 更新版本可以扫二维码,安卓版,可以生成动态码
2022-04-14 18:01:03 7.93MB google-authentic
1
Google Authenticator提取器 什么和为什么 这个项目旨在提供一个可执行程序,从Python编写的启发,从Google Authenticator导出的QR码图像中提取OTP帐户。 如何使用它 获取二维码的图像 您可以打开Goog​​le身份验证器,点击屏幕右上角的三个点,然后选择“转移帐户”,然后按照说明获取QR码图片。 将QR码移至笔记本电脑。 在Mac OSX上,一种简单而安全的方法是使用Photo Booth拍摄QR码的照片并将其保存到笔记本电脑中。 运行程序以提取帐户 从下载可执行二进制文件,然后使用-i选项运行可执行二进制文件。 例如,下载适用于Mac OSX的可执行二进制文件google_authenticator_extractor-x86_64-apple-darwin ,并在终端中运行以下命令: chmod a+x google_authentic
2022-02-13 18:48:29 88KB Rust
1
OTP Authenticator OTP Authenticator is a two-factor authentication App for Android 4.0 . It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238. Simply scan the QR code and login with the generated 6-digit code. Features: Free and Open-Source Requires minimal permissions Only camera access for QR code scanning Encrypted storage on Android 4.3 Sleek minimalistic Material Design Great Usability Compatible with Google Authenticator Download: Google Play: F-Droid: O
2022-02-13 16:37:52 2.95MB Android代码
1