summaryrefslogtreecommitdiff
path: root/tests/dev/cgd/paramsfile
blob: 066eab6fc4342d1aed7425cde5ccdd3da6f51d54 (plain)
1
2
3
4
5
6
7
8
algorithm aes-cbc;
iv-method encblkno1;
keylength 128;
verify_method none;
keygen pkcs5_pbkdf2/sha1 {
        iterations 42;
        salt AAAAgKajcCnHR7sR1k1RKQ9Q0uY=;
};
gmsg'> array2bin: take array[] from array.h and spit it out as a binary. bin2blob: take a binary file and output a compressed image as a C array.