Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello i have utilty of Encription data.
it encrypt by using key(string).
now i have 2 Questions:

1)after do publish to mvc project the files change to one *.exe file
(if is true i can put the key as const in the Encription class ?)

2) where to put the key for my encrypt and decrypt ? (the DB place take more time)


Many thanks in advance to those who help !!
Posted
Updated 4-May-15 0:42am
v2
Comments
Sergey Alexandrovich Kryukov 4-May-15 11:10am    
What do you mean? What utility? what "Encription class"? I'm afraid there is no such thing, as there is not such English word, "encription". Note that cryptographic hash is not encryption, it does not have keys, and so on.
Your question (about storing key) just makes no sense; it won't make any sense until you learn some cryptography principles.
—SA

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