This is a migrated thread and some comments may be shown as answers.

Email Address Obfuscation Add-On (Revived)

1 Answer 62 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Shaun Peet
Top achievements
Rank 2
Shaun Peet asked on 19 Aug 2008, 06:56 PM
I've got a client wondering about obfuscating emails and I rememberd this old thread:

http://www.telerik.com/community/forums/thread/b311D-ecceg.aspx

Has anybody ever come up with a way to do this yet?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 20 Aug 2008, 06:17 AM
Hi Shaun,

You can find attached here a sample implementation that uses a submit button to encode the editor HTML. A key that is used for encoding and decoding is set in the codebehind as the key performs an XOR operation over the editor HTML content (works for any string content). 
This is done by using, replacing/encoding the first letter of each word in a text string with the first letter of the set cipher(key) (first with first, second with second and so on..) which you can modify as you wish.

For you and anyone who may need this functionality, please note that this is not supported and anyone using this will need to build their own implementation and add to it.

Best regards,
Rumen
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Shaun Peet
Top achievements
Rank 2
Answers by
Rumen
Telerik team
Share this question
or