jmckible / lucifer

Rails plugin to transparently encrypt attributes

This URL has Read+Write access

lucifer / key.yml.example
100644 13 lines (10 sloc) 0.178 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copy this file to config/key.yml and use a randomized key and salt
 
development:
  key: key
  salt: salt
  
test:
  key: key
  salt: salt
  
production:
  key: key
  salt: salt