mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 23:28:37 -04:00
9 lines
171 B
Text
9 lines
171 B
Text
|
|
algorithm aes-cbc;
|
||
|
|
iv-method encblkno1;
|
||
|
|
keylength 128;
|
||
|
|
verify_method none;
|
||
|
|
keygen pkcs5_pbkdf2/sha1 {
|
||
|
|
iterations 42;
|
||
|
|
salt AAAAgKajcCnHR7sR1k1RKQ9Q0uY=;
|
||
|
|
};
|