@dysfun I've used ECB in actual cryptosystems in the last year, even. it's still a useful mode for *very* specific use cases. but you need to know for 100% sure you're not violating a security expectation, otherwise you're fuuuuucked lol
@gsuberland@dysfun My point is simply that if we apply a block cipher to a proper sequence of values and XOR the result then that’s CTR mode, even if an API having the letters “ecb” in its name is used.