Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

1
  • That was supposed to be the file's signature for authenticity, but I decided to not encrypt the signature alongside the AES Key and IV. I wanted to sign the file, so I hashed it and then I would encrypt the hash with my RSA private key so others can verify if the file is authentic or not by decrypting it with my RSA public key and checking if the hash is equal to the decrypted and hashed file. Commented Oct 24, 2014 at 18:23