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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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.