This file is indexed.

/usr/share/doc/refdb/refdb-manual/re30.html is in refdb-doc 1.0.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>eenc</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.78.1" /><link rel="home" href="index.html" title="RefDB handbook" /><link rel="up" href="ch23s04.html" title="Tools for the client-server protocol" /><link rel="prev" href="ch23s04.html" title="Tools for the client-server protocol" /><link rel="next" href="co01.html" title="Colophon" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">eenc</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch23s04.html">Prev</a> </td><th width="60%" align="center">Tools for the client-server protocol</th><td width="20%" align="right"> <a accesskey="n" href="co01.html">Next</a></td></tr></table><hr /></div><div class="refentry"><a id="refentry-eenc"></a><div class="titlepage"></div><div class="refnamediv"><a id="eenc-name"></a><h2>Name</h2><p>eenc — perform password encryption for RefDB clients</p></div><div class="refsynopsisdiv"><a id="eenc-synopsis"></a><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">eenc</code>  [-p <em class="replaceable"><code>ABC-DE-FG-HI</code></em>]  <em class="replaceable"><code>password</code></em> </p></div></div><div class="refsect1"><a id="eenc-description"></a><h2>Description</h2><p>RefDB(7) clients send passwords to refdbd(1) in an encrypted form. Programmers that implement custom clients in languages other than C or Perl may use this program to perform the password encryption if implementing the algorithm in the target language is too cumbersome. The program writes the encoded password to stdout. As the encoding algorithm is symmetrical, you can use this utility to encode plain text passwords as well as to decode encrypted passwords.</p><p>The algorithm used by eenc is derived from the ENIGMA algorithm. Security is limited but should be sufficient for the purposes of a reference management software. Please see the RefDB manual (see below) for further information about the client-server protocol.</p></div><div class="refsect1"><a id="eenc-options"></a><h2>Options</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term"><code class="option">-p</code> <em class="replaceable"><code>ABC-DE-FG-HI</code></em></span></dt><dd><p>The slot and rotor position string sent back by refdbd(1) during the first stage of the client-server protocol. ABC denotes which wheel goes into which slot, and the remaining digits encode the positions of the wheels in slots 0 through 2.</p></dd><dt><span class="term"><span class="emphasis"><em>password</em></span></span></dt><dd><p>The plain-text password when encrypting, or the encoded password when decrypting.</p></dd></dl></div></div><div class="refsect1"><a id="eenc-see_also"></a><h2>See also</h2><p><span class="emphasis"><em>RefDB</em></span> (7), 
    <span class="emphasis"><em><a class="link" href="re02.html" title="refdbd">refdbd</a></em></span> (1).</p><p><span class="emphasis"><em>RefDB manual (local copy) </em></span> PREFIX/share/doc/refdb-&lt;version&gt;/refdb-manual/index.html</p><p><span class="emphasis"><em>RefDB manual (web) </em></span> &lt;<a class="ulink" href="http://refdb.sourceforge.net/manual/index.html" target="_top">http://refdb.sourceforge.net/manual/index.html</a>&gt;</p><p><span class="emphasis"><em>RefDB on the web </em></span> &lt;<a class="ulink" href="http://refdb.sourceforge.net/" target="_top">http://refdb.sourceforge.net/</a>&gt;</p></div><div class="refsect1"><a id="eenc-author"></a><h2>Author</h2><p>eenc was written by Markus Hoenicka &lt;markus@mhoenicka.de&gt;.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch23s04.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch23s04.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="co01.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Tools for the client-server protocol </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Colophon</td></tr></table></div></body></html>