The tool detects what you want
Drop a single file โ it gets split into parts of your chosen size, named the classic way: archive.zip.001, archive.zip.002 and so on. Drop several parts โ they are checked for completeness and joined back into the original, byte for byte.
This naming convention comes from HJSplit, the beloved splitter that has been abandoned for years โ parts made by it join here just fine, and parts made here open in any HJSplit-compatible tool. The checks matter: the tool refuses to join if a part is missing or the parts belong to different files, because a silently corrupted archive is worse than an error message.
Splitting is instant even for giant files โ parts are windows into the original file, not copies, so nothing is duplicated in memory and, as always here, nothing leaves your device.