File: nitrokey-authenticator.appdata.xml

package info (click to toggle)
nitrokey-authenticator 1.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 728 kB
  • sloc: cpp: 2,883; xml: 43; makefile: 7
file content (44 lines) | stat: -rw-r--r-- 1,788 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
	<id>nitrokey-authenticator</id>
	<metadata_license>CC0-1.0</metadata_license>
	<project_license>BSD-2-Clause</project_license>
	<name>Nitrokey Authenticator</name>
	<summary>TOTP authenticator application for NitroKey Pro2 and LibremKey</summary>
	<description>
		<p>
			Nitrokey is an open source/open hardware USB key supporting secure encryption and signing.
			This package installs TOTP Authenticator application compatible with Google Authenticator
			but uses NitroKey hardware key to store TOTP secrets used to generate authentication codes
			and is using the key to generating the codes.
		</p>
	</description>
	<categories>
		<category>Office</category>
		<category>Security</category>
		<category>Qt</category>
	</categories>
	<releases>
		<release version="1.2.4" date="2022-08-12" />
		<release version="1.2.3" date="2022-01-31" />
		<release version="1.2.2" date="2021-09-09" />
		<release version="1.2" date="2021-02-04" />
		<release version="1.1" date="2020-11-07" />
		<release version="1.0" date="2020-10-11" />
	</releases>
	<provides>
		<binary>NitrokeyAuthenticator</binary>
	</provides>
	<screenshots>
		<screenshot type="default">
			<caption>Main window with About dialog</caption>
			<image>https://screenshots.debian.net/screenshots/000/019/738/large.png</image>
		</screenshot>
	</screenshots>
	<launchable type="desktop-id">NitrokeyAuthenticator.desktop</launchable>
	<url type="homepage">https://gitlab.com/prezu-debian/nitrokeyauthenticator</url>
	<url type="bugtracker">https://gitlab.com/prezu-debian/nitrokeyauthenticator/-/issues</url>
	<developer_name>Agnieszka Cicha-Cisek, Patryk Cisek</developer_name>
	<update_contact>aga@cicha-cisek.pl</update_contact>
</component>