qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH V8 10/14] Encrypt state blobs using AES CBC encr


From: Michael S. Tsirkin
Subject: Re: [Qemu-devel] [PATCH V8 10/14] Encrypt state blobs using AES CBC encryption
Date: Wed, 7 Sep 2011 14:59:36 +0300
User-agent: Mutt/1.5.21 (2010-09-15)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]