The Advanced Encryption Standard (AES) is one of today's standards for data encryption. AES is a symmetric* encryption method. This means that the same key is used for both encryption and decryption (and must be known). AES uses a fixed block length of 128 bits and a defined key length of 128, 192, or 256 bits.
*Symmetric encryption methods: Unlike asymmetric encryption methods, where data is encrypted with a public key and decrypted with a (different) private key (thus using two different keys), symmetric encryption methods use the same key for both encryption and decryption.
Generally speaking: The longer the key or number of bits, the more securely the data is encrypted, and the more resources are needed for encryption and decryption. The terms AES 128, AES 192, and AES 256 refer to the bit length of the key.
Let's assume an attacker wants to crack our encryption. To illustrate, let's do a small calculation example for AES 256 bit:
The number of years it would take to crack a single AES key in this way is longer than the universe is old and longer than our sun has fuel left. Although some theoretical attack possibilities on AES have been found under certain conditions not present in practice, cracking AES is considered impractical. The attack methods found have no practical relevance because either the necessary conditions don't exist or because they only reduce the necessary cracking time by a few thousand years. It's therefore not surprising that AES 256 is currently considered uncrackable and thus secure, and at Backup ONE, we can guarantee the data security of all customer data through the use of this proven and hundreds of times peer-reviewed encryption method.
From a mathematical perspective, AES can be considered secure today and likely for quite some time to come. The calculation examples shown above demonstrate how long a theoretical attack would take and thus show that such an attack is not practical. This also explains the widespread use of AES.
Bonus for more information on the topic:
The security of AES 256 bit is very well visualized in this (English) video:
Das sind weitere Beiträge, die Sie interessieren könnten.
Zur Blogübersicht