ankane / lockbox

Modern encryption for Ruby and Rails
MIT License
1.45k stars 68 forks source link

Migrating away from lockbox #127

Closed patbenatar closed 3 years ago

patbenatar commented 3 years ago

This project provides excellent mechanisms and docs for migrating to lockbox. Is there any existing documentation for migrating off of lockbox? We no longer require encryption at the field-level and would like to migrate our encrypted fields to plain-text. Thanks!

ankane commented 3 years ago

Hey @patbenatar, check out #121.

patbenatar commented 3 years ago

@ankane Thank you! That's exactly what I was looking for.