reset password
Author Message
ifiguer
Posts: 27
Posted 13:33 Dec 03, 2019 |

My question is actually about how we should write onto the privkey, pubkey, test.txt.signed, ect. So far, our team has done so using the ObjectOutputStream's writeObject() method. My question is, what's the right format for the contents of the files? Should the signature be above plaintext or should the files be in byte sequences (like the image below)?