mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 18:06:39 +00:00
use cbc encryption decryption - works nice with c#
This commit is contained in:
@@ -6,7 +6,7 @@ cdef class Security:
|
||||
cdef encrypt_to(input_stream, key)
|
||||
|
||||
@staticmethod
|
||||
cdef decrypt_to(input_stream, key)
|
||||
cdef decrypt_to(input_bytes, key)
|
||||
|
||||
@staticmethod
|
||||
cdef get_hw_hash(HardwareInfo hardware)
|
||||
|
||||
Reference in New Issue
Block a user