Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want add encrypted dictionary to Microsoft word 2010 to used it spell checker of word 2010. i read about MS CSAPI but do not understand how to use it and try to work with word plugin but the performance was very slowly. please, help me how to do it?

thank's for your time
Posted
Updated 10-Dec-14 1:56am
v2
Comments
BillWoodruff 10-Dec-14 8:11am    
May I ask why you would want to encrypt a dictionary ?
remooooo 10-Dec-14 8:41am    
! because i don't want any one see my dictionary words
BillWoodruff 10-Dec-14 23:22pm    
Well, okay. The technical problem I see there is that unless the code that decrypts the text to be returned to the user is "locally available" ... doesn't require some complex round-trip to a server ... you are going to get slow responses ... if the user is doing frequent word-by-word substitutions using your dictionary.

And, if the decryption engine is local, how can you defend it from being hacked ?

A friend of mine has a similar problem; his solution was to have a paid members-only web-site that the user logs in to.

good luck, Bill
Maciej Los 10-Dec-14 10:44am    
What kind of algorithm you use?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900