tis-winauth
3.5.1.2-0
WinAuth est un Authenticator portable et open source pour Windows, qui fournit des authentifiants RFC 6238 basés sur des compteurs ou sur le temps, ainsi que des implémentations courantes, telles que Google Authenticator. WinAuth peut être utilisé avec de nombreux sites Web de trading Bitcoin ainsi que des jeux compatibles avec Battle.net (World of Warcraft, Hearthstone, Héros de la tempête, Diablo), Guild Wars 2, Glyph (Rift and ArcheAge), WildStar, RuneScape, SWTOR et Vapeur.
884 téléchargements
Télécharger
Voir l'analyse de VirusTotal

- package : tis-winauth
- name : Winauth
- version : 3.5.1.2-0
- categories :
- maintainer : Simon Fonteneau
- editor :
- licence : GNU General Public License v3.0
- locale :
- target_os : windows
- impacted_process : winauth.exe
- architecture : all
- signature_date : 2021-12-22 09:17
- size : 2.30 Mo
- homepage : https://github.com/winauth/winauth
package : tis-winauth
version : 3.5.1.2-0
architecture : all
section : base
priority : optional
name : Winauth
categories :
maintainer : Simon Fonteneau
description : WinAuth is a portable, open-source Authenticator for Windows that provides counter or time-based RFC 6238 authenticators and common implementations, such as the Google Authenticator. WinAuth can be used with many Bitcoin trading websites as well as games, supporting Battle.net (World of Warcraft, Hearthstone, Heroes of the Storm, Diablo), Guild Wars 2, Glyph (Rift and ArcheAge), WildStar, RuneScape, SWTOR and Steam.
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process : winauth.exe
description_fr : WinAuth est un Authenticator portable et open source pour Windows, qui fournit des authentifiants RFC 6238 basés sur des compteurs ou sur le temps, ainsi que des implémentations courantes, telles que Google Authenticator. WinAuth peut être utilisé avec de nombreux sites Web de trading Bitcoin ainsi que des jeux compatibles avec Battle.net (World of Warcraft, Hearthstone, Héros de la tempête, Diablo), Guild Wars 2, Glyph (Rift and ArcheAge), WildStar, RuneScape, SWTOR et Vapeur.
description_pl : WinAuth to przenośny, open-source Authenticator dla Windows, który zapewnia liczniki czasu lub uwierzytelnienia RFC 6238 i typowe implementacje, takie jak Google Authenticator. WinAuth może być używany z wieloma stronami handlowymi Bitcoin, a także grami, obsługującymi Battle.net (World of Warcraft, Hearthstone, Heroes of the Storm, Diablo), Guild Wars 2, Glyph (Rift and ArcheAge), WildStar, RuneScape, SWTOR i Parowy.
description_de : WinAuth ist ein portabler Open-Source-Authentifikator für Windows, der zähler- oder zeitbasierte RFC 6238-Authentifikatoren und allgemeine Implementierungen wie den Google-Authentifikator bereitstellt. WinAuth kann mit vielen Bitcoin-Handelswebsites sowie Spielen verwendet werden und unterstützt Battle.net (World of Warcraft, Hearthstone, Helden des Sturms, Diablo), Guild Wars 2, Glyphe (Rift und ArcheAge), WildStar, RuneScape, SWTOR und Dampf.
description_es : WinAuth es un Autenticador portátil de código abierto para Windows que proporciona autenticadores RFC 6238 basados en tiempo o en contador e implementaciones comunes, como el Autenticador de Google. WinAuth se puede usar con muchos sitios web de comercio de Bitcoin, así como juegos, compatibles con Battle.net (World of Warcraft, Hearthstone, Heroes of the Storm, Diablo), Guild Wars 2, Glyph (Rift y ArcheAge), WildStar, RuneScape, SWTOR y Vapor.
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor :
keywords :
licence : GNU General Public License v3.0
homepage : https://github.com/winauth/winauth
package_uuid : 62c77011-6a62-4548-8e18-1a249cdb93dc
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum : e37b6cbdd3003bfa3a56c5edfe298c5eff3e03382d07bc34082524dfcbcd883b
signer : Tranquil IT
signer_fingerprint: 8c5127a75392be9cc9afd0dbae1222a673072c308c14d88ab246e23832e8c6bb
signature : yf6jPlwxR+jbCk4MEno2Y4tH5UfPHFCV1HUzYK5pc/Y0CTj4Ml8scttp/Bvozj3OQuEGfORlZgIMt1q2Yv1LLFbE36V914ChV8nO6RbYeuglpkLAovwKbOFh5SqKgyM6Vtnm9EApMXEEChu/bfwZx5SiAJVhSXpCDe8dLH8ppfbpywU/UYNj8Nz02nd7t4rjuxySEcaAZLETP4KicTGG6SryWyQADw7YaEwVEs0rVOrTEiEVrWExSe3UW9xnayFAkpjIQ+0JpSVhtH+lvZH67/AWvuh55XKPWGenA3O7d42F7lzGsU1bGlsQhI0/T/2e7ToKjEJsFkLbwoduBFGSAQ==
signature_date : 2021-12-22T09:17:23.019455
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
targetdir = makepath(programfiles32,'WinAuth')
targetexe = makepath(targetdir,'WinAuth.exe')
def install():
if not isdir(targetdir):
mkdirs(targetdir)
filecopyto('WinAuth.exe',targetexe)
create_programs_menu_shortcut('WinAuth',target=targetexe)
def uninstall():
remove_programs_menu_shortcut('WinAuth')
remove_tree(targetdir)
def update_package():
proxies = {}
if isfile(makepath(application_data(),'waptconsole','waptconsole.ini')):
proxywapt = inifile_readstring(makepath(user_local_appdata(),'waptconsole','waptconsole.ini'),'global','http_proxy')
if proxywapt :
proxies = {'http':proxywapt,'https':proxywapt}
import json
binaryfile,urlfile = [(str(p['name']),str(p['browser_download_url'])) for p in json.loads(wgets('https://api.github.com/repos/winauth/winauth/releases/latest',proxies=proxies))['assets'] if not 'NET35' in p['name']][0]
for exe in glob.glob('*.exe'):
remove_file(exe)
wget(urlfile,binaryfile,proxies=proxies)
unzip(binaryfile)
remove_file(binaryfile)
filecopyto(r'%s\WinAuth.exe' % binaryfile.replace('.zip',''),'.')
remove_tree(binaryfile.replace('.zip',''))
lastversion = get_file_properties('WinAuth.exe')['FileVersion']
os.chdir(os.path.dirname(__file__))
from waptpackage import PackageEntry
pe = PackageEntry()
pe.load_control_from_wapt(os.getcwd())
print('Last Version %s' % lastversion)
pe.version = lastversion + '-0'
pe.save_control_to_wapt(os.getcwd())
def audit():
if isfile(targetexe):
return "OK"
else:
return "ERROR"
if __name__ == '__main__':
update_package()
76a3e45eba96f25593b5137e9b767f24f28ab58bbb8031db0543451f55338ea6 : setup.py
252b70e9f3a4939df417f84432ee839ac8069089be2041c45a7348db28fc2ea0 : WAPT/wapt.psproj
e37b6cbdd3003bfa3a56c5edfe298c5eff3e03382d07bc34082524dfcbcd883b : WAPT/icon.png
a5a97261381e1d0ad46ee15916abec9c2631d0201f5cc50ceb0197a165a0bbbf : WAPT/certificate.crt
9ad2844c32103719dfb4a9648ddbd3f9565470bd079f3043844b8f3e846b9742 : luti.json
eb08274c182ab8b68b375d06f35109af7c6c034f9d06c1ac81e26552d9d81d45 : WinAuth.exe
023e2bdc94cd8e66d6dac9da416de955471e24dc1a41be416d0ee5979dbec5f2 : Jenkinsfile
8a50b4282f42142e5ff38c1c8f2e1637762806ea54a8da9f846655e054e13262 : WAPT/control