Commit a6c32fa3 authored by SHIVAM SOOD's avatar SHIVAM SOOD

Update resources

parent 24c5e226
......@@ -21,4 +21,5 @@ Run this (After editing):
openssl enc -aes-128-cfb -e -in original.bmp -out original-aes-128-cfb.bin -K 00112233445566778889aabbccddeeff -iv 0102030405060708; head -c 54 original.bmp > header; tail -c +55 original-aes-128-cfb.bin > body ; cat header body > new-cfb.bmp
man dgst
openssl dgst -h
\ No newline at end of file
openssl dgst -md5 <filename>
openssl dgst -md5 -hmac "abcdefg" <filename> # "abcdefg" is the key
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment