Sha256: be899233743801422cb791b75b4be807b3ac74c9bdcdc21ad47ddadd973218b1
Contents?: true
Size: 617 Bytes
Versions: 4
Compression:
Stored size: 617 Bytes
Contents
# inline_encryption [](https://travis-ci.org/rubyisbeautiful/inline_encryption)[](https://codeclimate.com/github/rubyisbeautiful/inline_encryption) Simple encryption relying on convention and designed to be used inline as string replacements. ## Usage Imagine you have a file named `database.yml` that contains passwords. Before: ```ruby password: '123456' ``` After: ```ruby password: <%= InlineEncryption.decrypt(encrypted stuff goes here) %> ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
inline_encryption-1.0.5 | README.md |
inline_encryption-1.0.3 | README.md |
inline_encryption-1.0.2 | README.md |
inline_encryption-1.0.0 | README.md |