- Timestamp:
- 10/18/12 00:37:07 (12 years ago)
- Location:
- lib/bletchley/PaddingOracle
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/bletchley/PaddingOracle/CBCREncryptionOracle.py
r3 r8 18 18 ''' 19 19 20 from PaddingOracle.InvalidBlockError import InvalidBlockError21 20 import random 22 21 import struct 22 from .Exceptions import * 23 23 24 24 class CBCREncryptionOracle: -
lib/bletchley/PaddingOracle/DecryptionOracle.py
r1 r8 18 18 ''' 19 19 20 from PaddingOracle.InvalidBlockError import InvalidBlockError21 20 import random 22 21 import struct 22 from .Exceptions import * 23 23 24 24 class DecryptionOracle:
Note: See TracChangeset
for help on using the changeset viewer.