This is the command ykksm-gen-keys that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
ykksm-gen-keys - Tool to generate keys on the YKKSM-KEYPROV format.
SYNOPSIS
ykksm-gen-keys [--verbose] [--help] [--urandom] [--progflags PROGFLAGS] [--pskc] START
[END]
DESCRIPTION
Tool to generate keys on the YKKSM-KEYPROV format.
START: Decimal start point.
END: Decimal end point, if absent START is used as END.
--urandom:
Use /dev/urandom instead of /dev/random as entropy source.
--progflags PROGFLAGS: Add a final personalization configuration string.
--pskc: Output keys on the YubiKey PSKC format.
Usage example:
./ykksm-gen-keys --urandom 1 10 |
gpg -a --sign --encrypt -r 1D2F473E > keys.txt
Use ykksm-gen-keys online using onworks.net services