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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.