don't change cryptor data length
This commit is contained in:
parent
14345a124b
commit
33764913bf
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ class BaseDataCryptor(object):
|
|||
return data
|
||||
|
||||
class DefaultCryptor(BaseDataCryptor):
|
||||
""" keep data length !!!"""
|
||||
@staticmethod
|
||||
def encrypt_ss_data(data):
|
||||
logging.debug("encrypt ss data:" + str([data]) + "|")
|
||||
|
|
Loading…
Reference in a new issue