By tag: encryption
0
kicks
Vulnerability in .NET AES puts ASP.NET Web Sites at Risk
ASP.NET web applications that leverage Forms Authentication, ASP.NET Membership Providers, ASP.NET Role Providers, and/or ViewState encryption are vulnerable to data exposure and potentially tampering. This vulnerability can lead to the .NET MachineKey being discovered by attackers. This post briefl...
0
kicks
PGP File Encrypt & Decrypting in C#
Ercu's post introducing PGP Command Line Utility and It's usage for cryptographic pgp operations in C#.
0
kicks
Encrypt DataSet to File in vb.net
we need to save data (i.e. a dataset) to the local machine but not necessarily expose the data within to the end user outside of the application.
0
kicks
You're Probably Storing Passwords Incorrectly
The web is nothing if not a maze of user accounts and logins. Almost everywhere you go on the web requires yet another new set of credentials. Unified login seems to elude us at the moment, so the status quo is ...
0
kicks
HttpModule for query string encryption
Plug this simple HttpModule to your existing web application and all your query strings will automatically be encrypted without you have to change your code.
0
kicks
Secure Cookie
This my second post of almost same topic asp.net lacking. This time it is Cookie. Still Asp.net has the lacking of creating encrypted cookie. Here is another handy class which generates encrypted cookie.
0
kicks
Secure Url
NET version 3.0 has been released, but Asp.net still does not have any built-in support for passing querystring in encrypted text. This class will give you the support to pass querystring in encrypted rather than plain.
0
kicks
Exchange data securly with a WebService without HTTPS/SSL
In this article shows you how to exchange data securely with a Web Service without HTTPS/SSL. It also provides real life example on the implementation and limitation on the important encryption types as well as Digital Signature that are available in .NET Framework.
0
kicks
Better CAPTCHA Through Encryption
Phil Haack outlines a nice technique for implementing a CAPTCHA control without relying on ViewState or Session state
0
kicks
Simple and efficient password encryption in .NET
A very simple method that encrypt strings like passwords. Add a little more security to you're applications.
0
kicks
Secret Server 1.2 Released
"Our next release of Secret Server is out. This release includes lots of performance improvements and minor new features as per customer requests. We have also invested a lot of time in support for browser toolbars which we will be releasing soon. The browser toolbar will communicate with your ...