I am building the protocol to share a random generated n long password between k parties using crypto++ shamir's secret sharing class. The problem is that all examples that I found on the internet about the cryptopp's sss are based on the file sharing but I am not using files to store these passwords. They are rather kept in memory and later send over network.
I found this question on the crypto++ forum but I was stuck on the same problem as the related question. I cannot figure it out how to overcome the issue with wrongly recovered ls-byte.
Can you please give me some suggestions how to make this work. Thank you