首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏IT码农

    Laravel5.3之Two-Factor Authentication神器——Duo

    说明:本文主要研究利用Duo来实现双重认证,Two-Factor Authentication就是除了username-password这种登录认证之外,还使用第二层安全认证,引用官网What is Two-Factor 这样就得到了名叫Web SDK的Application了,并得到了对应的Integration key,Secret key,API hostname这三个keys,后续集成SDK时需要这三个keys: Two-Factor

    3.3K31编辑于 2022-01-10
  • 来自专栏salesforce零基础学习

    Salesforce Admin篇(四) Security 之Two-Factor Authentication & Single Sign On

    保障用户安全的不止账号和密码,还可以通过其他的方式去增强安全性,比如 two-factor authentication,缩写为2FA. 2. Two-Factor Authentication(2FA) 我们在支付宝没有普及以前,如果网上购物,需要用到网银进行支付,即提供了银行卡账号密码以后,还要有一个一次性的数字串去完成交付。 设置 sesion security level Setup 中搜索 Session Settings,在Session Security Levels的下面,将two-factor authentication 创建 permission set配置2FA 输入label创建 permission set保存以后,在system 设置中,勾选‘Two-Factor Authentication for User 总结: 篇中针对 Admin的基础知识讲解了一下 Two-Factor以及 Salesforce-Salesforce Single Sign-On的配置,很多细节知识没有涉及到,感兴趣的自行查看文档进行深入学习

    1.6K20发布于 2019-10-11
  • 来自专栏搬砖部落

    Ubuntu 20.04 开启并使用二步验证教程 (Two-Factor Authentication)

    二次验证是目前比较常用的安全手段,通过设置二次验证,我们可以有效的避免账户密码可能的泄露导致的账户信息泄露,因为每次登陆前我们都需要获取一个一次性验证码,没有验证码就无法成功登陆。二次验证也叫两步验证、两步验证等。本文中老唐将说明如何在 Ubuntu 20.04 上使用 Google Authenticator PAM 模块进行 SSH 和 sudo 身份验证。

    5.3K70发布于 2020-09-16
  • 来自专栏全栈程序员必看

    namecheap 域名服务商,每次登录都需要验证码

    联系客服回复: Two-Factor Authentication (2FA) adds an extra layer of security to your Namecheap account in When Two-Factor Authentication is enabled, your account cannot be accessed by anyone unauthorized by

    1.9K30编辑于 2022-07-19
  • 【送书活动四期】被GitHub 要求强制开启 2FA 双重身份验证,我该怎么办?

    openzeppelin-contracts的项目,之后就被GitHub 要求强制开启 2FA 双重身份验证了,如下 GitHub users are now required to enable two-factor You will need to enable two-factor authentication on your account before December 15, 2023, or be restricted 但是这个不现实啊 找到2FA配置页面 登录 GitHub 点击右上方头像 下拉列表中选择 Settings 进入设置页面 在该页面左侧点击 Password and authentication 选项卡 看到一个 Two-factor authentication 设置项,点击“Enable two-factor authentication”按钮 进入 2FA 配置页面。

    1.5K00编辑于 2025-04-07
  • 来自专栏毫无作为

    群晖自动下载iCloud照片并备份到百度云

    04 INFO Check for new files using password stored in keyring... 0: SMS to 07******** 1: Enter two-factor authentication codePlease choose an option: [0]: 1Please enter two-factor authentication code: 1234562020

    2.9K10编辑于 2022-09-10
  • 来自专栏betasec

    Duo RDP双因素身份验证防护绕过

    症状-3: Your two-factor account is disabled. Contact an administrator for assistance. account has been locked out due to excessive authentication failures(已被锁定,该用户超过了自动锁定阈值),得在Duo仪表板里Require two-factor

    4.5K10发布于 2020-07-31
  • 来自专栏运维前线

    6.1 GitHub - 账户的创建和配置

    你可以在 Account settings 页面的 Security 标签页中找到 Two-factor Authentication 设置。 ? Figure 6-7. Security 标签页中的 2FA 点击“Set up two-factor authentication”按钮,会跳转到设置页面。

    1.2K40发布于 2019-05-26
  • 来自专栏程序猿DD

    GitHub 2FA开启流程卡在没有中国只有台湾,怎么完成?

    最近上GitHub一直都会弹出一个黄色框框,提示要开启2FA(two-factor authentication,即:双重身份验证)。 弹了很久,一直都没去处理,今天新血来潮想去掉这个东西。

    1.7K30编辑于 2023-09-26
  • 「证据因素」或「认证因子」有哪些类型?

    2FA(Two-Factor Authentication,双因素认证)要求用户在登录时提供两种不同类型的 「证据因素」。

    46410编辑于 2025-08-16
  • 来自专栏业余草

    业余草双因素认证(2FA)教程

    越来越多的地方,要求启用双因素认证(Two-factor authentication,简称 2FA)。本文介绍它的概念和实现方法。 ? Multi-factor authentication, by Wikipedia Time-based One-time Password Algorithm, by Wikipedia Enabling Two-Factor

    1.1K20发布于 2019-01-21
  • 来自专栏FreeBuf

    利用简单暴力枚举绕过目标系统2FA验证机制

    今天分享的这篇Writeup是作者在参与漏洞众测中,针对目标系统的动态口令OTP (One Time Password),通过利用简单的暴力枚举方法,实现了对目标系统双因素验证机制2FA (Two-Factor

    1.5K20发布于 2019-12-12
  • 来自专栏小锋学长生活大爆炸

    【踩坑】修复token_extractor卡在2FA双重验证

    Two-factor authentication doesn't work anymore · Issue #43 · PiotrMachowski/Xiaomi-cloud-tokens-extractor

    95310编辑于 2025-05-31
  • 来自专栏阮一峰的网络日志

    双因素认证(2FA)教程

    越来越多的地方,要求启用双因素认证(Two-factor authentication,简称 2FA)。本文介绍它的概念和实现方法。 Multi-factor authentication, by Wikipedia Time-based One-time Password Algorithm, by Wikipedia Enabling Two-Factor

    3.5K100发布于 2018-04-12
  • 来自专栏气象杂货铺

    NCAR开发的访问远程服务器Jupyter的便捷工具

    因此,jupyter-forward支持以下验证机制: 密码验证 密码+Two-factor验证 公私密钥验证 采用任意一种验证方式均可,建议设置免密登录。

    94020编辑于 2022-09-23
  • 来自专栏debugeeker的专栏

    CISSP考试指南笔记:4.13 远程连接

    Implement use of two-factor authentication, VPNs, and personal firewalls for remote access connections

    32120发布于 2021-02-04
  • 来自专栏debugeeker的专栏

    CISSP考试指南笔记:5.6 访问控制手段和技术

    separates authentication, authorization, and auditing processes; and TACACS+ is XTACACS with extended two-factor

    75210发布于 2021-03-02
  • 来自专栏开源部署

    WordPress登录页面定制插件推荐

    Clef offers a better solution in the form of two-factor authentication. The two-factor authentication allows you to use your phone, PIN or fingerprint as verification to access

    1.1K20编辑于 2022-06-11
  • npm账户需要登录问题npm error probably out of date. To correct this please try logging in

    you were trying to login, change your password, create an npm error authentication token or enable two-factor 但是没区别的是还是没进去,于是我登录看看我的账户 提示我: You don’t have two-factor authentication (2FA) enabled on your account.

    56600编辑于 2025-01-03
  • 来自专栏京程一灯

    双因素认证(2FA)教程

    越来越多的地方,要求启用双因素认证(Two-factor authentication,简称 2FA)。本文介绍它的概念和实现方法。 ? Multi-factor authentication, by Wikipedia Time-based One-time Password Algorithm, by Wikipedia Enabling Two-Factor

    3.9K20发布于 2019-03-27
领券