G

GoogleAuthDecoder

A Utility Library that extracts all Google Authenticator accounts from the Google Authenticator generated QR file.
https://github.com/EasyG0ing1/GoogleAuthDecoder
The Apache License, Version 2.0
Mike Sims
文件下载
文件名 操作
GoogleAuthDecoder-1.0.0.jar 下载
GoogleAuthDecoder-1.0.0.pom 下载
GoogleAuthDecoder-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.simtechdata</groupId>
  <artifactId>GoogleAuthDecoder</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.simtechdata:GoogleAuthDecoder:1.0.0'
Gradle Kotlin
implementation("com.simtechdata:GoogleAuthDecoder:1.0.0")
Scala SBT
libraryDependencies += "com.simtechdata" % "GoogleAuthDecoder" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.simtechdata', module='GoogleAuthDecoder', version='1.0.0')
)
Apache Ivy
<dependency org="com.simtechdata" name="GoogleAuthDecoder" rev="1.0.0" />
Leiningen
[com.simtechdata/GoogleAuthDecoder "1.0.0"]
Apache Buildr
'com.simtechdata:GoogleAuthDecoder:jar:1.0.0'