EnglishFrenchSpanish

Ad


OnWorks favicon

donkey - Online in the Cloud

Run donkey in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command donkey 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


donkey - alternative for S/KEY's "key" command.

SYNOPSIS


donkey [options] sequence seed
donkey -i

key [option] sequence seed
key -i

DESCRIPTION


This manual page documents briefly the donkey, and key commands. This manual page was
written for the Debian GNU/Linux distribution because the original program does not have a
manual page. Instead, it has documentation in /usr/share/doc/donkey

donkey is an alternative for S/KEY's "key" command. The new feature that the original key
doesn't have is print an entry for skeykeys as follows;

kazu 0099 al02004 115d83956f1089b6 Apr 26,1995 22:13:27

This means that donkey is also an alternative for "keyinit". Since the entry is printed to
stdout (not to /etc/skeykeys), you can easily sent it to a remote operator by e-mail (with
a PGP signature or something). So it is possible to initiate S/KEY without loginging onto
the console of the host.

OPTIONS


A summary of options is included below.

-n num specify the number of keys to be calculated.

-f func choose a hash function - one of MD2 , MD4 , or MD5

EXAMPLES


(1) Calculate an One-Time-Password.
Execute Donkey with a sequence number and a seed, then input your passphrase.

% donkey 80 is12345
Enter passphrase : xxx
SOFT O SAW SWAB CON RODE

You can choose the hash function.

% donkey 80 is12345
Enter passphrase : xxx
SOFT O SAW SWAB CON RODE

%donkey -f md5 80 is12345
Enter passphrase : xxx
LACK WIN ROSE ANNA STUN REEK

The default hash function is MD4 due to historical reasons.

(2) Calculate several One-Time-Passwords at once.
Use the -n option.

% donkey -n 10 80 is12345
Enter passphrase : xxx
71: WORE HELL CUB FAR DORA MALE
72: SAIL DAN DONE BEER DAYS MOS
73: PAN TONE THAT TOUT BURY EST
74: KEN ROAM HEAT NAN MEAN HEN
75: MINI MARS HASH BOTH SITU SING
76: TOW SHIN FLUE ARID AHOY NE
77: SLID LEEK NO TREE STOW BEY
78: RUDY WINE GIFT FUSS AGEE SUE
79: GELD THIN MAID THIN BUD TURF
80: SOFT O SAW SWAB CON RODE

Note that though "Enter passphrase" is printed out to the standard erorr stream, the One-
Time-Passwords are written to the standard output stream, so you can redirect the output
safely.

(3) Print an skeykeys entry.
Use the -i option without argments. Then, enter the login name, the sequence number and
the seed. Input your passphrase twice to get the entry.

% donkey -i
Enter login name [default kazu]:
Enter sequence 1 to 999 [default 99]:
Enter new seed [default ur18122]:
Please choose passphrase between 8 and 256 characters.
Enter passphrase : xx
Re-enter passphrase : xx
kazu 0099 ur18122 fc5b023e684968ff Oct 02,1995 16:15:30
WINK SEAM GRAB ROAD HELL FEST

Use donkey online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Phaser
    Phaser
    Phaser is a fast, free, and fun open
    source HTML5 game framework that offers
    WebGL and Canvas rendering across
    desktop and mobile web browsers. Games
    can be co...
    Download Phaser
  • 2
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 3
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 4
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 5
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 6
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • More »

Linux commands

  • 1
    abidiff
    abidiff
    abidiff - compare ABIs of ELF files
    abidiff compares the Application Binary
    Interfaces (ABI) of two shared libraries
    in ELF format. It emits a meaningful
    repor...
    Run abidiff
  • 2
    abidw
    abidw
    abidw - serialize the ABI of an ELF
    file abidw reads a shared library in ELF
    format and emits an XML representation
    of its ABI to standard output. The
    emitted ...
    Run abidw
  • 3
    copac2xml
    copac2xml
    bibutils - bibliography conversion
    utilities ...
    Run copac2xml
  • 4
    copt
    copt
    copt - peephole optimizer SYSNOPIS:
    copt file.. DESCRIPTION: copt is a
    general-purpose peephole optimizer. It
    reads code from its standard input and
    writes an ...
    Run copt
  • 5
    gather_stx_titles
    gather_stx_titles
    gather_stx_titles - gather title
    declarations from Stx documents ...
    Run gather_stx_titles
  • 6
    gatling-bench
    gatling-bench
    bench - http benchmark ...
    Run gatling-bench
  • More »

Ad