Client SDK Version 1.8.1
Ionic Security client SDK for Python users
|
Cipher class that implements AES CTR. More...
Public Member Functions | |
def | __init__ (self, keydata) |
![]() | |
def | __init__ (self) |
Constructs a cipher with default values. | |
def | encryptstr (self, plaintext) |
Encrypts a Unicode or UTF-8 encoded string in memory. More... | |
def | encryptbytes (self, plaintextbytes) |
Encrypts a byte array in memory. More... | |
def | decryptstr (self, ciphertext) |
Decrypts ciphertext in memory to a unicode string. More... | |
def | decryptbytes (self, ciphertext) |
Decrypts ciphertext in memory to a byte array. More... | |
Cipher class that implements AES CTR.
def ionicsdk.cryptocipher.AesCtrCipher.__init__ | ( | self, | |
keydata | |||
) |
Constructs a cipher with key data.
keydata | (bytes): The key to use for encryption or decryption. |
You acknowledge your access, review and use of the documentation on this page is subject to the Ionic Security Inc. Documentation Use Rights.
© 2016-2020 Ionic Security Inc. All rights reserved.
Generated on Mon Oct 5 2020 11:06:59 for Client SDK Version 1.8.1 by
1.8.18