Changeset 30
- Timestamp:
- 12/21/12 22:55:51 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/Overview.wiki
r29 r30 37 37 </ul> 38 38 39 <code>bletchley-analyze</code>can read from stdin or from a file. Tokens are39 `bletchley-analyze` can read from stdin or from a file. Tokens are 40 40 delimited with newlines. Various options are provided to give the 41 41 analyst control over the block sizes and encoding used during analysis. … … 51 51 }}} 52 52 53 These tokens were then fed to <code>bletchley-analyze</code>:53 These tokens were then fed to `bletchley-analyze`: 54 54 <img src="http://bletchley.googlecode.com/svn/wiki/images/bletchley-analyze.png" /> 55 55 56 56 1. <i>Bletchley's blobtools module currently supports 33 encoding variants, 57 57 including various forms of hexadecimal, base32, base64, and percent 58 encodings. Try ' <code>-e ?</code>' to list them.</i>58 encodings. Try '`-e ?`' to list them.</i> 59 59 60 60 … … 69 69 NOTE: The encoding chain is applied from right to left in order to be consistent with other tools. 70 70 That is, one can use the same encoding chain ordering for 71 <code>bletchley-encode</code>, <code>bletchley-decode</code>, and <code>bletchley-analyze</code>.71 `bletchley-encode`, `bletchley-decode`, and `bletchley-analyze`. 72 72 73 73 … … 90 90 A simple program which computes the state of a Java Random class 91 91 instance given two sequential outputs of 92 <code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Random.html#nextInt()">nextInt()</a></code>.92 `<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Random.html#nextInt()">nextInt()</a>`. 93 93 For more information, see the usage statement. 94 94
Note: See TracChangeset
for help on using the changeset viewer.