Which AES algorithm is used by Laravel?

75. Which AES algorithm is used by Laravel?

  1. AES-256
  2. AES-128
  3. Both
  4. Only A
  5. Only B

Answer: C) Both

Explanation:

Laravel's encrypter uses OpenSSL to provide AES-256 and AES-128 encryption.


Comments and Discussions!









Copyright © 2023 www.includehelp.com. All rights reserved.