On Tue, Sep 06, 2011 at 08:32:41PM -0400, Stefan Berger wrote: > To summarize it: > enc_mode=<aes-cbc> # redundant for now since this is the only > supported encryption scheme; so could drop it and assume as default > > key_format=<hex/binary> # hex for a string hex number; binary would > mean the found string is directly converted to a char[] that is then > directly used as the AES key (like a password) > > key=<128, 192, or 256 bit>hex key or string > > key_file=<path to file containing 128,192 or 256 bit hex key or string> > > Stefan
OK -- MST