cdef class Security: @staticmethod cdef encrypt_to(input_stream, key) @staticmethod cdef decrypt_to(input_stream, key) @staticmethod cdef calc_hash(str key)