Warning: Trying to access array offset on value of type bool in
/home/dan/www/www/wp/wp-content/plugins/wp-word-count/public/class-wpwc-public.php on line
123
When I had first looked into encrypting data in my Rails database I found on a couple of forms, and StackOverflow issues, they recommended two gems: attr_encrypted and strongbox. Besides that there where a few do it yourself examples with Ruby’s built-in OpenSSL library and some other small libraries like AESCrypt. After examining these gems…
Continue Reading »