开发者

Ruby gem to obscure data

开发者 https://www.devze.com 2022-12-31 22:23 出处:网络
Anyone know of a gem that will allow you to obscure/sanitize data? Usecase: Download a production database, run some sanitation so that real customers开发者_如何学Python won\'t get emails, cards cha

Anyone know of a gem that will allow you to obscure/sanitize data?

Usecase: Download a production database, run some sanitation so that real customers开发者_如何学Python won't get emails, cards charged etc.


You could use the forgery gem to replace the content of sensitive fields with randomly generated data.

0

精彩评论

暂无评论...
验证码 换一张
取 消