gnu.crypto.tool
public final class CipherSpeed extends Object
A tool to exercise a block cipher in order to measure its performance in terms of encrypted/decrypted bytes per second.
Version: $Revision: 1.7 $
Method Summary | |
---|---|
static void | main(String[] args) Accepts 0, 1 or 2 arguments. |
Accepts 0, 1 or 2 arguments. If no arguments are provided, this method exercises every block cipher implementation using the cipher's default key size. If one argument is provided, it's assumed to be the name of a block cipher to exercise. That cipher is then exercised using its default key size. Finally if two arguments are provided, the first is assumed to be the block cipher name and the second its key size.