rpiswag wrote:Would like to use a more flexible setup that would let me pick my type of encryption like one time pads.
Well, maybe it's just I don't understand how it works, but how could one time pads being flexible?
A properly implemented one time pads require a real randomness generator and a password as long as the message, and a secured method to bring the password to foreign site.
It's just...normally, why not you just bring your message via that secured method instead of passwords? And how could you ensure that password exchange method is as secured as one time pads on Internet?
There are some use cases for one time pads, such as an ambassador carrying a big password book, then go to a foreign country so that he could communicate dirty secrets, or a submarine carrying some nukes who require some authentication before launch. Their password exchange method is "get that big password book on board when in homeland, then go to the foreign world". Are you doing one of these?