Difference between revisions of "AES"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tag: New redirect
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[wikipedia:Advanced Encryption Standard]]
+
#redirect [[Advanced Encryption Standard (AES)]]
 
 
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]]</code> command to verify file type.
 
<pre>
 
file encrypted.data
 
encrypted.data: openssl enc'd data with salted password
 
</pre>
 
 
 
* [[Decrypt]] file (<code>openssl enc -d</code>):
 
:<code>openssl enc -d -aes-256-cbc -in encrypted.data -out un_encrypted.data</code>
 
 
 
 
 
== See also ==
 
* {{AES}}
 
* {{NIST}}
 
* {{openSSL}}
 
* [[Twofish]]
 
 
 
[[Category:Security]]
 

Latest revision as of 03:56, 23 May 2024

Advertising: