riboseinc / transcryptor

Assists your everyday re-encryption needs, in Rails.
MIT License
2 stars 1 forks source link

Clean and understandable model for recurring re-encryptions #12

Open DmitryDrobotov opened 7 years ago

DmitryDrobotov commented 7 years ago

Will be great to have special class/self-method which takes settings from somewhere (e.g. transcryptor.yml) and re-encrypts keys based on its data.

GildedHonour commented 7 years ago

I think there should be a config file anyway as Alex Fortuna has proposed. And there might be environment variables which will be used some variables aren't specified in the config file or the config doesn't exist.