Sha256: 88d18691332b5d60deb2a86aa8e75543065b8b28ea695ddfedcf4b3fab675f29

Contents?: true

Size: 464 Bytes

Versions: 1

Compression:

Stored size: 464 Bytes

Contents

# inline_encryption [![Build Status](https://travis-ci.org/rubyisbeautiful/inline_encryption.png)](https://travis-ci.org/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

1 entries across 1 versions & 1 rubygems

Version Path
inline_encryption-0.0.6 README.md