String createPackIdentifier(Uint8List data) { final hash = sha512256.convert(data); return base64Encode(hash.bytes); }