I want to work on Rabin Information Dispersal Algorithm (IDA) using Crypto++ in Linux.
A simple instruction can help me.
I want to work on Rabin IDA by using crypto++ in linux, A simple instruction can help me.
At this time, there is no consolidated treatment of the secret sharing schemes.
Your best reference at the moment is in the Crypto++ test program cryptest.exe
. Take a look at the test.cpp
and the functions SecretShareFile
/SecretRecoverFile
and InformationDisperseFile
/InformationRecoverFile
.
The platform - Linux vs Windows vs OS X vs BSD vs .... does not matter. It works the same on all platforms.