I
have a system that uses OpenSSL to encrypt files using AES in CBC mode, I have
recently heard about another encryption mode for AES called LRW-AES which is
preferable for disk encryption, is this true also for files encryption? Am I vulnerable
to attacks that would not be feasible if would be using LRW-AES, I have not
seen any support for LRW-AES in OpenSSL. Any
ideas regarding this issue? |