String createPackIdentifier(List<int> data) { final hash = sha512256.convert(data); return base64Encode(hash.bytes); }