This is the command ykksm-export 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-export - Tool to export keys to the YKKSM-KEYPROV format.
SYNOPSIS
ykksm-export [--verbose] [--help] [--database DBI] [--db-user USER] [--db-passwd PASSWD]
DESCRIPTION
Tool to export keys to the YKKSM-KEYPROV format.
--database DBI: Database identifier, see http://dbi.perl.org/
defaults to a MySQL database ykksm on localhost, i.e., DBI::mysql:ykksm.
--db-user USER: Database username to use, defaults to empty string.
--db-passwd PASSWD: Database password to use, defaults to empty string.
Usage example:
./ykksm-export --db-user foo --db-passwd pass123 |
gpg -a --sign --encrypt -r 1D2F473E > keys.txt
Use ykksm-export online using onworks.net services