AES-192-CCM Encrypter

Encrypt given data using aes-192-ccm cipher algo. AES-192 in Counter with CBC-MAC mode. Provides authenticated encryption with a 192-bit key. Secure as long as a unique nonce is used. Our encryption process prepends the IV string used during the encryption process in the encrypted data so that it can be used during decryption.