Skip to content

Change key generation to use openssl_pbkdf2 for improved performance

Latest

Choose a tag to compare

@alphasoft-fr alphasoft-fr released this 06 Aug 21:38
  • Updated the key generation function to use openssl_pbkdf2 with 1000 iterations
  • instead of hash_pbkdf2. This change improves performance while maintaining
  • compatibility with the existing encryption and decryption processes.