use cbc encryption decryption - works nice with c#

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-28 00:49:40 +02:00
parent 58839933fc
commit 227d01ba5e
4 changed files with 27 additions and 31 deletions
+1 -1
View File
@@ -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)