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
The CRM you will want to use every day
Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
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.