Changeset 86 for wiki/Overview.wiki
- Timestamp:
- 08/21/15 12:43:22 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/Overview.wiki
r85 r86 32 32 </ul> 33 33 34 `bletchley-analyze`can read from stdin or from a file. Tokens are34 <code>bletchley-analyze</code> can read from stdin or from a file. Tokens are 35 35 delimited with newlines. Various options are provided to give the 36 36 analyst control over the block sizes and encoding used during analysis. … … 46 46 }}} 47 47 48 These tokens were then fed to `bletchley-analyze`:48 These tokens were then fed to <code>bletchley-analyze</code>: 49 49 <img src="https://raw.githubusercontent.com/ecbftw/bletchley/master/wiki/images/bletchley-analyze.png" /> 50 50 51 51 1. <i>Bletchley's blobtools module currently supports 36 encoding variants, 52 52 including various forms of hexadecimal, base32, base64, and percent 53 encodings. Try ' `-e ?`' to list them.</i>53 encodings. Try '<code>-e ?</code>' to list them.</i> 54 54 55 55 … … 64 64 NOTE: The encoding chain is applied from right to left in order to be consistent with other tools. 65 65 That 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>. 67 67 68 68 … … 85 85 A simple program which computes the state of a Java Random class 86 86 instance 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>. 88 88 For more information, see the usage statement. 89 89 … … 91 91 = Libraries = 92 92 93 Start with ' `pydoc3 bletchley`'. The following provides a brief overview of what each module is for.93 Start with '<code>pydoc3 bletchley</code>'. The following provides a brief overview of what each module is for. 94 94 95 95 … … 112 112 in Python 3 which submits a request to an oracle and returns True if the 113 113 padding 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. 115 115 116 116 … … 126 126 fixes and documentation. You might want to start with our 127 127 <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 Subversion129 repository, make your changes, and submit the output of `svn diff` to one of the project leaders.128 list. Note that the GitHub repository is currently just a static mirror, so please don't submit pull requests. 129 To 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.