Cryptography

Overview

JFW utilizes the Advanced Encryption Standard (AES) in Cipher Block Chaining (CBC) mode to ensure the confidentiality and security of your data. The AES-CBC encryption method is renowned for its strong encryption capabilities, cementing its status as a trusted method for safeguarding sensitive information.

Encryption

In JFW, we use a standard salt to store sensitive data in the database, such as Username, Password, and Email Address. Tokens & authentication keys have their unique salts.

Decryption

In certain cases, we decrypt data to conduct comparisons or extract information from the encrypted data for handling business processes.

Last updated

Was this helpful?