moubry / inline_encryption

Simple encryption relying on convention and designed to be used inline as string replacements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inline_encryption Build Status

Simple encryption relying on convention and designed to be used inline as string replacements Best demonstrated with pseudo-yaml

Before:

database.yml:

password: '123456'

After:

database.yml:

password: <%= InlineEncryption.decrypt(encrypted stuff goes here) %>

About

Simple encryption relying on convention and designed to be used inline as string replacements

License:MIT License


Languages

Language:Ruby 100.0%