Changeset 86


Ignore:
Timestamp:
08/21/15 12:43:22 (9 years ago)
Author:
tim
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wiki/Overview.wiki

    r85 r86  
    3232</ul>
    3333
    34 `bletchley-analyze` can read from stdin or from a file.  Tokens are
     34<code>bletchley-analyze</code> can read from stdin or from a file.  Tokens are
    3535delimited with newlines.  Various options are provided to give the
    3636analyst control over the block sizes and encoding used during analysis.
     
    4646}}}
    4747
    48 These tokens were then fed to `bletchley-analyze`:
     48These tokens were then fed to <code>bletchley-analyze</code>:
    4949<img src="https://raw.githubusercontent.com/ecbftw/bletchley/master/wiki/images/bletchley-analyze.png" />
    5050
    51511. <i>Bletchley's blobtools module currently supports 36 encoding variants,
    5252including various forms of hexadecimal, base32, base64, and percent
    53 encodings. Try '`-e ?`' to list them.</i>
     53encodings. Try '<code>-e ?</code>' to list them.</i>
    5454
    5555
     
    6464NOTE: The encoding chain is applied from right to left in order to be consistent with other tools. 
    6565That is, one can use the same encoding chain ordering for
    66 `bletchley-encode`, `bletchley-decode`, and `bletchley-analyze`.
     66<code>bletchley-encode</code>, <code>bletchley-decode</code>, and <code>bletchley-analyze</code>.
    6767
    6868
     
    8585A simple program which computes the state of a Java Random class
    8686instance given two sequential outputs of
    87 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Random.html#nextInt()">`nextInt()`</a>.
     87<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Random.html#nextInt()"><code>nextInt()</code></a>.
    8888For more information, see the usage statement.
    8989
     
    9191= Libraries =
    9292
    93 Start with '`pydoc3 bletchley`'.  The following provides a brief overview of what each module is for.
     93Start with '<code>pydoc3 bletchley</code>'.  The following provides a brief overview of what each module is for.
    9494
    9595
     
    112112in Python 3 which submits a request to an oracle and returns True if the
    113113padding check was successful and False otherwise.  See
    114 '`pydoc3 bletchley.CBC.POA`' for more details.
     114'<code>pydoc3 bletchley.CBC.POA</code>' for more details.
    115115
    116116
     
    126126fixes and documentation.  You might want to start with our
    127127<a href="https://github.com/ecbftw/bletchley/blob/master/trunk/doc/TODO">TODO</a>
    128 list. To submit a patch, just check out a copy of our Subversion
    129 repository, make your changes, and submit the output of `svn diff` to one of the project leaders.
     128list.  Note that the GitHub repository is currently just a static mirror, so please don't submit pull requests.
     129To submit a patch, please post an issue or submit it to the <a href="https://groups.google.com/d/forum/bletchley-devel">email list</a> and we'll merge it.
Note: See TracChangeset for help on using the changeset viewer.