Difference between revisions of "AES"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 16: Line 16:
 
* [[Decrypt]] file (<code>openssl enc -d</code>):  
 
* [[Decrypt]] file (<code>openssl enc -d</code>):  
 
:<code>openssl enc -d -aes-256-cbc -in encrypted.data -out un_encrypted.data</code>
 
:<code>openssl enc -d -aes-256-cbc -in encrypted.data -out un_encrypted.data</code>
 +
 +
 +
== Related terms ==
 +
* [[AES256-GCM]]
  
  

Revision as of 13:48, 13 April 2020

wikipedia:Advanced Encryption Standard

AES-XTS


OpenSSL

openssl enc -aes-256-cbc -in un_encrypted.data -out encrypted.data
Use file command to verify file type.
file encrypted.data
encrypted.data: openssl enc'd data with salted password
openssl enc -d -aes-256-cbc -in encrypted.data -out un_encrypted.data


Related terms


See also

Advertising: