Doing aes-128-cbc for 3s on 16 size blocks: 60174 aes-128-cbc's in 0.07s
Doing aes-128-cbc for 3s on 64 size blocks: 34673 aes-128-cbc's in 0.07s
Doing aes-128-cbc for 3s on 256 size blocks: 51687 aes-128-cbc's in 0.13s
Doing aes-128-cbc for 3s on 1024 size blocks: 16999 aes-128-cbc's in 0.08s
Doing aes-128-cbc for 3s on 8192 size blocks: 6782 aes-128-cbc's in 0.02s
firefoxPL wrote:9) because udev creates /dev/crypto with only root permitted to read/write to it, normal users can't use the device, this should be handled by apropriate udev rule (unfortunately I don't know how to create one), but in the meantime you can add this to /etc/rc.local
- Code: Select all
chmod go+rw /dev/crypto
[root@alarm ~]# ls -al /dev/crypto
crw-rw---- 1 root root 10, 58 Feb 28 13:56 /dev/crypto
[root@alarm ~]# cd /etc/udev/rules.d/
[root@alarm rules.d]# cat 99-cryptodev.rules
KERNEL=="crypto", MODE="0660"Kurlon wrote:What are appropriate permissions, as setting group rw just opens it up for people in group root?
99-cryptodev.rules
----------------------------------------
KERNEL=="crypto", MODE="0666"
Users browsing this forum: No registered users and 1 guest