Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linux:crypto [2006/06/08 23:54] a created crypto stuff |
linux:crypto [2010/10/20 11:56] (current) a |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * [[: | * [[: | ||
| * [[: | * [[: | ||
| + | * [[: | ||
| + | **Benchmarking some stuff**: | ||
| + | |||
| + | **Plain (RAW partition)** | ||
| + | < | ||
| + | root@mono:/ | ||
| + | 100+0 records in | ||
| + | 100+0 records out | ||
| + | 104857600 bytes (105 MB) copied, 25.584 s, 4.1 MB/s | ||
| + | |||
| + | real 0m25.589s | ||
| + | user 0m0.004s | ||
| + | sys 0m25.462s | ||
| + | </ | ||
| + | |||
| + | |||
| + | **Blowfish cipher** | ||
| + | < | ||
| + | root@mono:/ | ||
| + | 100+0 records in | ||
| + | 100+0 records out | ||
| + | 104857600 bytes (105 MB) copied, 28.8699 s, 3.6 MB/s | ||
| + | |||
| + | real 0m28.876s | ||
| + | user 0m0.000s | ||
| + | sys 0m25.918s | ||
| + | </ | ||
| + | |||
| + | **AES-256 cipher** | ||
| + | < | ||
| + | / | ||
| + | cipher: | ||
| + | keysize: 256 bits | ||
| + | device: | ||
| + | offset: | ||
| + | size: 4000122 sectors | ||
| + | mode: read/write | ||
| + | |||
| + | root@mono:/ | ||
| + | 100+0 records in | ||
| + | 100+0 records out | ||
| + | 104857600 bytes (105 MB) copied, 29.0696 s, 3.6 MB/s | ||
| + | |||
| + | real 0m29.076s | ||
| + | user 0m0.004s | ||
| + | sys 0m25.722s | ||
| + | |||
| + | </ | ||

