bkbit.utils.generate_bkbit_id module

Module for generating unique BKBit object IDs using SHA-256 hashing.

bkbit.utils.generate_bkbit_id.generate_object_id(attributes: dict)[source]

Generate a unique object ID based on the provided attributes. :param attributes: A dictionary containing the attributes of the object. :type attributes: dict

Returns:

The generated object ID.

Return type:

str