private const string Data = "Things1\nOtherThings12\nMoreThings123"; private const int BlockSize = 16; static void Main(String[] args) { // --- INITIALIZATION --- byte[] userPasswordBytes = Encoding.UTF8.GetBytes(UserPassword); char[] userPasswordChars = UserPassword.ToCharArray();...