mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 11:18:02 +00:00
Update possible_ans.md
This commit is contained in:
committed by
GitHub
parent
fa75265dfc
commit
419bb6ea24
@@ -3,13 +3,13 @@
|
||||
|
||||
A.1) openssl list -cipher-commands
|
||||
|
||||
A.2) openssl version
|
||||
openssl version
|
||||
|
||||
A.3) openssl prime –hex 1111
|
||||
A.2) openssl prime –hex 1111
|
||||
|
||||
A.4) openssl enc -aes-256-cbc -in myfile.txt -out encrypted.bin
|
||||
A.3) openssl enc -aes-256-cbc -in myfile.txt -out encrypted.bin
|
||||
|
||||
A.5) openssl enc -aes-256-cbc -in myfile.txt -out encrypted.bin –base64
|
||||
A.4) openssl enc -aes-256-cbc -in myfile.txt -out encrypted.bin –base64
|
||||
|
||||
A.6) openssl enc -d -aes-256-cbc -in encrypted.bin -pass pass:napier -base64
|
||||
|
||||
|
||||
Reference in New Issue
Block a user