Dan Harkins <dharkins at lounge.org> writes: >But then you'd have to generate some nonce for the Encrypt portion of >Encrypt-then-MAC. nonce = time(); nonce = counter++; nonce = ...; (take your pick). It's one line of code, hardly a deal-breaker. Peter.