Skip to content

Null value in encrypted column #394

@sanjaysalunkhe-ayla

Description

@sanjaysalunkhe-ayla

Hello,

I am using version 1.2.1 of attr_encrypted gem. my rails version is 3.2.21 . Below is my model code

class Device < ActiveRecordBase
attr_encrypted :private_key, :key => proc {|device| device.dsn }
end

Sometimes i am getting null entry in database for column encrypted_private_key. I am not able to reproduced this issue as it is an intermittent issue.

Does anybody face this issue ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions