Encrypt Active Record in Ruby on Rails 7

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 4

  • @Deanin
    @Deanin  Год назад +4

    One thing to note that I might have omitted is Active Record expects a string when it tries to encrypt. So if you're trying to encrypt anything else, like an integer, you'll run into issues.
    There's ways to address this but that will need to be a dedicated video I think. Hope this helps nonetheless!

  • @stpaquet
    @stpaquet Год назад +1

    I'm planning on using by the end of the year in the project I'm working on. Really enjoy your tutorials.

  • @azizdevfull
    @azizdevfull Год назад +1

    Amazing : )

  • @emiribrahimbegovic813
    @emiribrahimbegovic813 Год назад

    is there a database flag from which you can tell whether row data is encrypted or not? that is if we wanted to delete unencrypted data at some point we could do it using that flag or maybe keep the old unencrypted data but encrypt it.