<div dir="ltr"><span style="font-size:12.8px">Hi,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am trying to use AES CTR encryption to encrypt/decrypt data using EVP API. The earlier API, AES_ctr128_encrypt does explicitly use a counter. How is the counter handled in the EVP implmentation. </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I followed this documentation here, <a href="https://wiki.openssl.org/index.php/EVP_Symmetric_Encryption_and_Decryption" target="_blank">https://wiki.openssl.<wbr>org/index.php/EVP_Symmetric_<wbr>Encryption_and_Decryption</a></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">and replaced the cbc with ctr function. Can someone please help me understand the usage of AES CTR encryption using EVP api.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Thanks,</div><div style="font-size:12.8px">Ajay</div></div>