obl-ong / panel

Multi-tenant domain services built with Ruby on Rails, open source and forever free. Powering the obl.ong domain registry.
https://obl.ong
20 stars 5 forks source link

Encrypt more data! #106

Open reesericci opened 7 months ago

reesericci commented 7 months ago

Unfortunately, during the encryption rollout many attributes failed to encrypt properly due to not being strings or otherwise.

We should encrypt these! It just requires code change to support reading them as strings from the DB and writing migrations.