Information Dispersal Algorithym (IDA) is a method to split a file f into n pieces in such a way that the file can be reconstructed from some predefined subsets of pieces.
this is a Java implementation.
Categories
AlgorithmsFollow IDA (Java)
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Please mention the commands for the decoding part too which are missing from this..It would be a great help.
-
Thank you so much sir for providing the code, but I'm unable to perform the decoding part so could you please tell me what is the parameter labels in decode function ? It would be a great help to me. Thanks in advance.
-
thank you very much, but could you tell me pls how to invoke the decode function, you forgot to use it in the class RecombineFile. what is the parameter labels in this function ? thanks
-
I forgot to mention! this version works on file sizes up to 64KB. I'll fix it soon, so it can work on every size of a file.