.\" $Id: idecrypt.8,v 1.1 2000/04/28 22:44:01 herbert Exp $ .\" Copyright (c) 2000 Herbert Xu .\" This manual page is released into the public domain." .TH idecrypt 8 "28 Apr 2000" .SH NAME idecrypt \- Encrypted IDENT response decryption utility .SH SYNOPSIS .B idecrypt [\fIfile\fR]... .SH DESCRIPTION .B Idecrypt decrypts authentication tokens returned by an .BR identd (8) server that supports encryption. The tokens can be supplied in .IR file , or from the standard input. The decrypted tokens are displayed on the standard output. .PP This program will attempt to decrypt a token with all the keys stored in the key file until it succeeds (or have tried all the keys). .SH FILES .TP .B /etc/identd.key If compiled with .I DES encryption enabled, the 1024 first bytes of this file is used to specify the secret key for encrypting replies. .SH AVAILABILITY The daemon is free software. You can redistribute it and/or modify it as you wish - as long as you don't claim that you wrote it. .PP The source code for the latest version of the daemon can always be FTP'd from one of the following addresses: .TP 12 .B Main site: ftp://ftp.lysator.liu.se/pub/ident/servers/ .TP 12 .B Mirror: ftp://ftp.uu.net/networking/ident/servers/ .PP The author can be contacted at: .TP 12 .B Email: .B Peter Eriksson .SH "SEE ALSO" .BR identd (8) , .BR ikeygen (8)