Hi,<br><br>It was mentioned in class, and in the slides that our bfed programs should be interchangeable with the corresponding openssl command.<br><br>The -K option for openssl  accepts a string of only hexadecimal digits.<div>
<br>The man page for our bfed program implies that our -k option should accept a character string.<div><br></div><div>openssl will not accept a string, like "m3i sup4h s3cr3t", for example.<br><br>There is also a -k option for openssl that allows a 'password' to be specified to derive a key from. This would also imply that we must use the -nosalt option as well. In addition, I believe openssl may derive a key from this given password in a less-than-obvious way.</div>
<div><br></div><div><br></div><div>Should our assignment accept hexadecimal digits like openssl, or should it accept a regular character-string and translate that into a usable key value? (And if so, in what fashion...)<br>
<br><br>-Ken</div></div>