[cs631apue] Final Project Digest

Jan Schaumann jschauma at stevens.edu
Tue Dec 5 12:03:44 EST 2017


Jason G Ajmo <jajmo at stevens.edu> wrote:
 
> I began working on the code last night to decrypt an input passed to
> crysh using the professor's examples, but I'm only able to decrypt the
> input assuming it uses an MD5 digest instead of SHA1.

You're right.  The examples provided in the manual page did not use the
right digest.  I've updated the man page.  The correct input generation
is:

echo "date" | openssl enc -aes-256-cbc -md sha1 | crysh

-Jan


More information about the cs631apue mailing list