Difference between revisions of "AES"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[wikipedia:Advanced Encryption Standard]]
+
[[wikipedia:Advanced Encryption Standard]] [[cypher]]
  
AES-XTS
+
[[AES-XTS]] [[CVE-2023-1255]]
  
 
== [[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.
 
[[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 ==
 
* [[AES256-GCM]]
 
* [[AES256-GCM]]
 
+
* <code>[[ansible-vault encrypt]]</code>
 +
* <code>[[openssl genrsa -aes256]]</code>
 +
* <code>[[\conninfo]]</code>
  
 
== See also ==
 
== See also ==
 
* {{AES}}
 
* {{AES}}
 
* {{NIST}}
 
* {{NIST}}
* {{openSSL}}
+
* {{RSA}}
 
* [[Twofish]], [[ChaCha20]] Blowfish
 
* [[Twofish]], [[ChaCha20]] Blowfish
 
+
* {{Cypher}}
 
[[Category:Security]]
 
[[Category:Security]]

Latest revision as of 11:13, 22 February 2024

Advertising: