| | |
How to keep text file from user
Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved |
I don't understand the question
adatapost how could you
I think they need to develop and editor to this file to add\modify\remove some words.
adatapost how could you
I think they need to develop and editor to this file to add\modify\remove some words. BI Developer | LINKdotNET
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
B.Sc Computer Science, Helwan University
Technical blog | http://ramymahrous.wordpress.com
LinkedIn | http://www.linkedin.com/in/ramymahrous
Yeah I was thinking the same thing adatapost was.
buyap -- You can see an example of encrypting strings on http://www.daniweb.com/code/snippet1244.html. You can slightly alter that code to use streams
buyap -- You can see an example of encrypting strings on http://www.daniweb.com/code/snippet1244.html. You can slightly alter that code to use streams
•
•
Join Date: Jul 2009
Posts: 5
Reputation:
Solved Threads: 0
Thankyou, I m a beginner. My native translation work(55K+ words) for dictionary is aimed for native user translation convenience. But text data reuse by native developers may cause multiple ditto copies so original translator not distinguished. I have tried encrypted file but goes unreadable by program. By whatever suitable means, how to make text file unutilizable by distrubution content recipient. Thanks & Regards.
Last edited by buyap; Jul 3rd, 2009 at 2:55 pm. Reason: misspelt
buyap,
Try to get solution with same thread. Do not create new thread for the similar question.
Duplicate Thread --
http://www.daniweb.com/forums/thread201557.html
Try to get solution with same thread. Do not create new thread for the similar question.
Duplicate Thread --
http://www.daniweb.com/forums/thread201557.html
•
•
Join Date: Aug 2008
Posts: 34
Reputation:
Solved Threads: 1
1. If you want to hide the file visually then modify the file's properties to 'hide' the file its self.
2. If you don't want the user to access that file and make use of the data stored within it then do what was previously mentioned, Encrypt the file and when the program needs to use/load the file you would then Decrypt the file and then feed that data to the program. And to take an extra precaution that will keep most(not all) users from seeing the file. Follow step #1
And please dont double post: http://www.daniweb.com/forums/thread201557.html
2. If you don't want the user to access that file and make use of the data stored within it then do what was previously mentioned, Encrypt the file and when the program needs to use/load the file you would then Decrypt the file and then feed that data to the program. And to take an extra precaution that will keep most(not all) users from seeing the file. Follow step #1
And please dont double post: http://www.daniweb.com/forums/thread201557.html
Last edited by Poab9200; Jul 4th, 2009 at 1:13 pm.
![]() |
Similar Threads
- Validating user input against text file (Python)
- Reading text file ... (C)
- changing the expected row of text file (C++)
- replace data of a text file with user input (C++)
- Trying to get a program to extract data from a text file (C++)
- Help, Add and Delete many useres from text file (Shell Scripting)
- read-delete lines from a text file (PHP)
- Searching a text file (Python)
- turning userinput into a text file (C)
Other Threads in the C# Forum
- Previous Thread: href help
- Next Thread: Open new web page with C# code behind page
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagridview dataset datetime degrees development draganddrop drawing encryption enum excel file files form format forms ftp function gdi+ httpwebrequest image index input install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml






