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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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.