Skip to content

Commit

Permalink
Create CITATION.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
alphabetanetcom authored Nov 19, 2024
1 parent a101f07 commit 57dde58
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
cff-version: 1.2.0
title: System Hardware ID Generator
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Pavel
family-names: Izosimov
affiliation: Alpha Beta Network
orcid: 'https://orcid.org/0009-0004-7126-6743'
website: 'https://alphabetanet.com'
repository-code: >-
https://github.com/alphabetanetcom/system-hardware-id-generator
url: 'https://alphabetanet.com/'
repository: >-
https://gitlab.com/alphabetanetcom/system-hardware-id-generator
repository-artifact: >-
https://github.com/alphabetanetcom/system-hardware-id-generator/releases
abstract: >-
The System Hardware ID Generator Script is a Python tool designed
to generate a unique Hardware ID (HWID) for the device it runs on.
The HWID is represented as an 18-digit integer, making it efficient
for storage in databases and indexing. This script can be used in
various applications such as software licensing, device
authentication, and hardware inventory management.
keywords:

- license management
- software licensing
- device authentication
- hardware id
- hardware identification
- hardware inventory management
- secure distribution
- python security
- intellectual property
- security tools
- code protection
- code sharing
- secure sharing
- secure code sharing
- secure file transfer
- python development
- intellectual property protection
- code security
version: v1.1-beta.1
date-released: '2024-11-19'
license-url: 'https://github.com/alphabetanetcom/system-hardware-id-generator/blob/main/LICENSE.md'

0 comments on commit 57dde58

Please sign in to comment.