I know you can use AES, but I don't know what mode it uses. Is it CBC (cipher block coding), ECB (electronic codebook), CTR (counter), or something else? I read about the AES encryption provided by Windows crypto API here https://docs.microsoft.com/en-us/win...aphic-provider and didn't notice it mention what mode of AES it uses, or if this is configurable. Here's a number of different modes that a block cipher can use. https://en.wikipedia.org/wiki/Block_...e_of_operation
↧