solnic / virtus

[DISCONTINUED ] Attributes on Steroids for Plain Old Ruby Objects
MIT License
3.77k stars 229 forks source link

Encrypted attributes #103

Closed maxmeyer closed 12 years ago

maxmeyer commented 12 years ago

Hi there,

I'm facing a use case where @virtus@ may be suitable. I need to generate test data (user with id and password) which needs to be stored in YAML files. The passwords have to be store encrypted within that YAML file. When reading it, it needs to be decrypted. I hope the use case is clear. Now to my question: