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 3: Line 3:
 
AES-XTS
 
AES-XTS
  
 
== [[OpenSSL]] ==
 
 
* [[Encrypt]] file (<code>openssl enc</code>): 
 
:<code>[[openssl enc]] -[[aes-256]]-[[cbc]] -in un_encrypted.data -out encrypted.data</code>
 
 
:Use <code>[[file (command)|file]]</code> command to verify file type.
 
[[file]] encrypted.data
 
encrypted.data: openssl enc'd data with salted password
 
 
* [[Decrypt]] file (<code>openssl enc -d</code>):
 
:<code>openssl enc -d -aes-256-cbc -in encrypted.data -out un_encrypted.data</code>
 
  
 
== Related terms ==
 
== Related terms ==

Revision as of 11:57, 16 July 2020

Advertising: