Talk:FAQ
From Crypto++ Wiki
I have encoded a file of 5 shares in default loaction or chanel using InformationDisperseFile() and now I'm trying to decode using InformationRecovery recovery().
InformationDisperseFile(2,5, F:\Test.doc);
Output: In F:\ drive I'm able to see 5 parts of file i,e
Test.doc000 Test.doc001 ....... ........ Test.doc004
To decode the above data i have used InformationRecoverFile function
InformationRecoverFile(2,F:\Outputfile.doc,Test.doc000);
But i dint see any contenets in Outputfile.doc.
So could u please help me in how i can use the above function.
Thanks in advance....
Regards,
Shyam