How can you store a 500kb constant string securely in C#?

Asked by Last Modified  

Follow 0
Answer

Please enter your answer

Put the string in a text file, encrypt the text file and add the encrypted file as a resource to your project. In your code, you open the resource and read the data as a stream while decrypting it and you should have the string in your project. You should generally not use any constants that big in...
read more
Put the string in a text file, encrypt the text file and add the encrypted file as a resource to your project. In your code, you open the resource and read the data as a stream while decrypting it and you should have the string in your project. You should generally not use any constants that big in your source files as it makes them extremely hard to maintain. That’s why you should keep it in a separate file instead, as it would be easier to maintain that way. As files can be attached to your project as separate resources and thus become part of the final executable, they would still be stored pretty secure and the encryption should prevent any tampering with the file. read less
Comments

Tutor

you just Put the string in a text file, encrypt the text file and add the encrypted file as a resource to your project. In your code, you open the resource and read the data as a stream while decrypting it and you should have the string in your project.
Comments

Related Questions

Is it better to bitshift a value than to multiply by 2?
yes, Bitshift will be fast process when compare to arithemetic operation. In order to multiply you need to use right shift.
Nadare
0 0
5
Why is C still so popular?
C remains popular for several reasons, and its enduring popularity can be attributed to a combination of historical significance, efficiency, and versatility. Here are some key reasons why C is still widely...
A
0 0
6
What is the difference between #include and #include "file" ?
#include is meant for including standard library files, where as #include "" is for the local/ custom header files.
Kajol
hello sir my name is suryateja i am studying in diploma in computer science and engineering my college complect in c language subject i practice with in simple programs my write to won programs how it you?
Hi Syateja, if I understand your questions correctly let me answer. Best thing to learn and progress is to practice writing programs, initially small programs then gradually can write complex program....
Suryateja
How much this course?
instead of checking the fee, its good to find a tutor with genuine experience & interest to teach....
Subramani

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Can we store different data types in a stack?
Yesterday, one of my Facebook friend asked me this question. My answer is "yes", and in this post I will discuss how could we do this.I am a great supporter of working with unions and I will be using union...

Everything about printf in C language
What is printf and from where it comes from in C code.? You must have used printf so many times in your Car programs but do you really know everything about printf? Let's see. What is the full form...

Features Of C Language
Features of C language It is a robust language with rich set of built-in functions and operators that can be used to write any complex program. The C compiler combines the capabilities of an assembly...

C, Cpp, Java, Python, Javascript Programming Languages
Learning C is as good as Learning a Natural Language(such as English, Hindi, Telugu, Tamil etc) We use Natural Languages to communicate with humans whereas we use Programming Languages such as C, Cpp,...
V

Vamshi

0 0
0

Pro learners tip for C language
First get the concept of algorithm before heading to write your first program.

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Almost all of us, inside the pocket, bag or on the table have a mobile phone, out of which 90% of us have a smartphone. The technology is advancing rapidly. When it comes to mobile phones, people today want much more than just making phone calls and playing games on the go. People now want instant access to all their business...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you