
|
My Project
|
Public Member Functions | |
| setUp (self) | |
| test_raises (self) | |
| test_single_encryption (self) | |
| test_multi_encryption (self) | |
| test_single_decryption (self) | |
| test_multi_decryption (self) | |
Data Fields | |
| aes = Aes.new(self.key, MODE_CBC, self.IV) | |
Static Public Attributes | |
| str | key = "0123456789abcdef" |
| str | IV = "1234567890abcdef" |
| plain = t2b("now is the time ") | |
| cipher = h2b("959492575f4281532ccc9d4677a233cb") | |