An Approach For File Splitting And Merging

File Splitter is a program which does not require installation and can be used to split files to multiple chunks as well as to merge multiple chunks into a single file. File Splitter is a software which is used to split the user specifying file according to the user specifying size. It is very difficult to transfer one big file from one end to another through any media like internet or small storage like Floppy, Pen drive, CD etc. This software helps to overcome this problem. The split portions of file may carry some temporary information to denote the number of split part and total number of parts etc. This idea is used to split big files to small pieces for transferring purpose, uploading etc. In the destination side, these parts of file can be jointed to form the original source file. Splitting process is mainly aiming in the area of file transferring from one end to another. There are three techniques to split the file. 1. Split in the size of 1.4MB (Floppy size) 2. Split in the size of 650MB(CD size) 3. User specifying size, Here file will be split equally in the specified size To ensure the security, the user can include password to split and combine the files. This split portion will be in non readable format and will be encrypted. If the user has given password to split, the same password is required to do the combining option. This program is developed using Java and can implement in .NET also.

See attachment for full article