My Project
Loading...
Searching...
No Matches
test_ciphers.TestAes Class Reference
Inheritance diagram for test_ciphers.TestAes:

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")