# Encryption the easy way with lockbox gem
4 min read
There are several occasions where we need to encrypt some data, whether they are fields in a database or files. In some cases, encryption is needed in order to secure secrets that are stored in a…