5 Mar
2021
5 Mar
'21
11 a.m.
Hi all, some of you may remember my binary to words converter at https://github.com/sac001/b2w When Alice saves her encrypted message for Bob, in binary format she simply uses the converter, import the file into LibreCalc and gives the file to Bob. Bob then simply loads the file into LibreCalc and saves then as .csv file and uses sed to replace the commas in the file with blanks, so that he can then convert the file back and decrypt it. https://postimg.cc/R33gpzWq Regards Stefan