Skip to content

Commit 05f3012

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 3caed7c commit 05f3012

File tree

4 files changed

+59
-0
lines changed

4 files changed

+59
-0
lines changed

apps/sponge256sum.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
layout: app
3+
4+
permalink: /sponge256sum/
5+
description: A sponge-based secure hash function that uses AES-256 as its internal PRF
6+
license: BSD-0-Clause
7+
8+
icons:
9+
- sponge256sum/icons/256x256/sponge256sum.png
10+
11+
screenshots:
12+
- sponge256sum/screenshot.png
13+
14+
authors:
15+
- name: lordmulder
16+
url: https://github.com/lordmulder
17+
18+
links:
19+
- type: GitHub
20+
url: lordmulder/sponge-hash-aes256
21+
- type: Download
22+
url: https://github.com/lordmulder/sponge-hash-aes256/releases
23+
24+
desktop:
25+
Desktop Entry:
26+
Type: Application
27+
Name: sponge256sum
28+
Exec: sponge256sum
29+
Comment: A sponge-based secure hash function that uses AES-256 as its internal PRF
30+
Icon: sponge256sum
31+
Categories: Utility
32+
Terminal: true
33+
X-AppImage-Payload-License: BSD-0-Clause
34+
X-AppImage-Version: 1.8.6
35+
AppImageHub:
36+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
37+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
38+
could not be verified. Please remember that the signature file (.sig or .asc)
39+
should be the first file given on the command line.'
40+
X-AppImage-Type: 2
41+
X-AppImage-Architecture: x86_64
42+
---
52.4 KB
Loading
4.62 KB
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[Desktop Entry]
2+
Type=Application
3+
Name=sponge256sum
4+
Exec=sponge256sum
5+
Comment=A sponge-based secure hash function that uses AES-256 as its internal PRF
6+
Icon=sponge256sum
7+
Categories=Utility;
8+
Terminal=true
9+
X-AppImage-Payload-License=BSD-0-Clause
10+
X-AppImage-Version=1.8.6
11+
12+
[AppImageHub]
13+
# Dear upstream developer, please include update information in your AppImage
14+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
15+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
16+
X-AppImage-Type=2
17+
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)