return bytes
            .map((byte: number) => {
                return byte.toString(16).padStart(2, '0');
            })
            .join(':');