开发者

fIltering email addresses in a mysqldump file

开发者 https://www.devze.com 2022-12-30 09:01 出处:网络
I would like to scramble all email addresses in a mysqldump file and make all t开发者_高级运维he scrambled email addresses unique. Any recommendations?base64 if you want to be able to \"unscramble\" a

I would like to scramble all email addresses in a mysqldump file and make all t开发者_高级运维he scrambled email addresses unique. Any recommendations?


base64 if you want to be able to "unscramble" and sha1 or md5 if not.

0

精彩评论

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