Joachim Strömbergson wrote: > Adding block cipher modes is something I have wanted to do for a while > (and yes, we have talked about it previously). I have implemented CTR, > CBC in other projects and know how they work. I also implemented CTR recently (albeit in software) and I would prefer that mode over ECB for any use case. //Peter