403Webshell
Server IP : 192.250.235.158  /  Your IP : 216.73.216.4
Web Server : LiteSpeed
System : Linux s4099.sgp1.stableserver.net 5.14.0-503.21.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Sun Jan 12 09:45:05 EST 2025 x86_64
User : vmxfzbqj ( 1905)
PHP Version : 8.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/python3.9/site-packages/yubico/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/yubico/__init__.py
"""
the yubico package

See http://www.yubico.com/yubikey/ for information about the YubiKey.

Example usage :

  import yubico

  try:
      YK = yubico.find_yubikey(debug=True)
      print "Version : %s " % YK.version()
  except yubico.yubico_exception.YubicoError as e:
      print "ERROR: %s" % e.reason
      sys.exit(1)

To learn about configuring your YubiKey using this framework, see the
yubikey_config module.
"""
# Copyright (c) 2010, 2011, 2012 Yubico AB
# See the file COPYING for licence statement.

from .yubico_version import __version__

__all__ = [
    # classes
    'YubiKey',
    # functions
    "find_yubikey",
    # modules
    "yubico_exception",
    "yubico_util",
    "yubikey",
    "yubikey_config",
    "yubikey_config_util",
    "yubikey_defs",
    "yubikey_frame",
    "yubikey_usb_hid",
    "yubikey_neo_usb_hid",
    ]

# to not have to import yubico.yubikey
from .yubikey import YubiKey
from .yubikey import find_key as find_yubikey

Youez - 2016 - github.com/yon3zu
LinuXploit