Security and signing
NekTek tries to take IT security quite seriously, therefore all binaries that we release (be it games, applications or similar) will be signed by us, so that you can be sure nobody has tempered with it.
To verify the binaries, you’ll need to have minisign installed.
Our public key:
RWTrrDh0BoDZHG5sPBxQW6Am3qy/WMdM2IfR0eId1/jlwfgTn1y+FpNM
After downloading a file with an associated .minisig signature, you can verify the file with the following command:
minisign -Vm "<file>" -P 'RWTrrDh0BoDZHG5sPBxQW6Am3qy/WMdM2IfR0eId1/jlwfgTn1y+FpNM'
!