method

protecting_encrypted_data

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: Contexts
protecting_encrypted_data(&block) public

Runs the provided block in an encryption context where:

  • Reading encrypted content will return its ciphertext.

  • Writing encrypted content will fail.

Show source
Register or log in to add new notes.