Pastebin

Paste #1355: aes engine (essiv, md5)

< previous paste - next paste>

Pasted by tdn

Download View as text

[root@fette]~ #cryptsetup -y --cipher aes-cbc-essiv:md5 --key-size 128 luksFormat /dev/loop1                [/dev/pts/4 # 528 - 0 - 0 # 0 day 21:15:59 # 0.27 - 0.18 - 0.15]

WARNING!
========
This will overwrite data on /dev/loop1 irrevocably.

Are you sure? (Type uppercase yes): YES
Enter LUKS passphrase:
Verify passphrase:
Command successful.
[root@fette]~ #cryptsetup luksOpen /dev/loop1 test                                                          [/dev/pts/4 # 529 - 0 - 0 # 0 day 21:28:33 # 0.00 - 0.01 - 0.05]
Enter LUKS passphrase:
hkey slot 0 unlocked.
Command successful.
[root@fette]~ #dd if=/dev/zero of=/dev/mapper/test bs=16384                                                 [/dev/pts/4 # 530 - 0 - 0 # 0 day 21:28:57 # 0.00 - 0.00 - 0.05]
dd: writing `/dev/mapper/test': No space left on device
8160+0 records in
8159+0 records out
133689344 bytes (134 MB) copied, 23,8554 s, 5,6 MB/s
[root@fette]~ #cryptsetup luksClose test                                                                    [/dev/pts/4 # 531 - 0 - 1 # 0 day 21:29:27 # 1.50 - 0.36 - 0.16]
[root@fette]~ #lsmod |grep aes                                                                              [/dev/pts/4 # 532 - 0 - 0 # 0 day 21:29:40 # 1.26 - 0.34 - 0.16]
aes_i586               33536  2
[root@fette]~ #modprobe geode_aes                                                                           [/dev/pts/4 # 533 - 0 - 0 # 0 day 21:29:44 # 1.16 - 0.34 - 0.16]
[root@fette]~ #cryptsetup -y --cipher aes-cbc-essiv:md5 --key-size 128 luksFormat /dev/loop1                [/dev/pts/4 # 534 - 0 - 0 # 0 day 21:29:50 # 1.07 - 0.33 - 0.16]

WARNING!
========
This will overwrite data on /dev/loop1 irrevocably.

Are you sure? (Type uppercase yes): YES
Enter LUKS passphrase:
Verify passphrase:
Command successful.
[root@fette]~ #cryptsetup luksOpen /dev/loop1 test                                                          [/dev/pts/4 # 535 - 0 - 0 # 0 day 21:30:09 # 0.77 - 0.31 - 0.16]
Enter LUKS passphrase:
hkey slot 0 unlocked.
Command successful.
[root@fette]~ #lsmod |grep aes                                                                              [/dev/pts/4 # 536 - 0 - 0 # 0 day 21:30:17 # 0.65 - 0.30 - 0.15]
geode_aes               7176  2
aes_i586               33536  2
blkcipher               8324  2 geode_aes,cbc
[root@fette]~ #dd if=/dev/zero of=/dev/mapper/test bs=16384                                                 [/dev/pts/4 # 537 - 0 - 0 # 0 day 21:30:23 # 0.59 - 0.29 - 0.15]
dd: writing `/dev/mapper/test': No space left on device
8160+0 records in
8159+0 records out
133689344 bytes (134 MB) copied, 28,0133 s, 4,8 MB/s
[root@fette]~ #         

New Paste


Do not write anything in this field if you're a human.

Go to most recent paste.