예제 #1
0
 def encrypt(self, data):
     return uacrypto.cipher_encrypt(self.cipher, data)
예제 #2
0
 def encrypt(self, data):
     return uacrypto.cipher_encrypt(self.cipher, data)