This document summarizes a study that analyzed the performance of the AES-128 encryption algorithm using CBC mode on wireless sensor network motes. The study implemented AES-128 encryption and decryption with a 128-bit key on TinyOS motes. It found that AES-128 CBC provided reliable encryption for sensor networks and its performance was analyzed by measuring encryption time and energy consumption for different plaintext sizes and network scales. The encryption and decryption processes used the same 128-bit key and performed 10 rounds of AES transformations as specified for a 128-bit key.