I am learning about the securities which can be provided to ASP.net web applications. I came cross the terms "cryptography" and "nonce" which can provide security in session management. Kindly help me to know more about this.
Asked
Active
Viewed 73 times
0
-
1please read http://stackoverflow.com/help/on-topic to understand what questions are considered off-topic. To summarise: you need to do your own research and ask specific questions if you don't understand something. – Alex Jun 02 '16 at 07:33
-
Okay thank you .... But if you can paste a link about the topic would be helpful – Indira Pranoi Jun 02 '16 at 08:43
-
Look its as is say, you can save on the page an encrypted value, or a non encrypted... what did you not understand about that ? – Aristos Jun 02 '16 at 08:47
-
@Alex This a security question applied to ASP.Net, so it is on-topic. Lack of research doesn't make it off-topic. If you find that this question is not useful, you're free to downvote the question. If you have constructive criticism, please post a specific clarification request. – Artjom B. Jun 02 '16 at 13:45
-
It's there to prevent CSRF: https://www.owasp.org/index.php/Cross-Site_Request_Forgery_%28CSRF%29 – Artjom B. Jun 02 '16 at 13:53
-
@Artjom B., my interpretation of this question is "recommend or find a book" as I implied in the above comment. I may be wrong of course. – Alex Jun 02 '16 at 15:52