https://github.com/hxndev/aes-encoding-algorithm
AES stands for Advanced Encryption Standard. It is mostly used as a replacement of DES. It has a bigger key size than DES which provides encryption at least 6 times faster. AES specifies a FIPS-approved cryptographic algorithm that can be used to protect electronic data. The AES algorithm is a symmetric block cipher that can encrypt (encipher) and decrypt (decipher) information. Encryption converts data to an unintelligible form called ciphertext; decrypting the ciphertext converts the data back into its original form, called plaintext. The AES algorithm can use cryptographic keys of 128, 192, and 256 bits to encrypt and decrypt data in blocks of 128 bits.
https://github.com/hxndev/aes-encoding-algorithm
aes aes-cipher aes-encryption algorithm code compression cpp data-compression decryption encoding project
Last synced: 3 months ago
JSON representation
AES stands for Advanced Encryption Standard. It is mostly used as a replacement of DES. It has a bigger key size than DES which provides encryption at least 6 times faster. AES specifies a FIPS-approved cryptographic algorithm that can be used to protect electronic data. The AES algorithm is a symmetric block cipher that can encrypt (encipher) and decrypt (decipher) information. Encryption converts data to an unintelligible form called ciphertext; decrypting the ciphertext converts the data back into its original form, called plaintext. The AES algorithm can use cryptographic keys of 128, 192, and 256 bits to encrypt and decrypt data in blocks of 128 bits.
- Host: GitHub
- URL: https://github.com/hxndev/aes-encoding-algorithm
- Owner: HxnDev
- License: mit
- Created: 2021-06-22T13:41:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-14T06:31:16.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T18:38:04.552Z (over 2 years ago)
- Topics: aes, aes-cipher, aes-encryption, algorithm, code, compression, cpp, data-compression, decryption, encoding, project
- Language: C++
- Homepage:
- Size: 693 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0