Stories recently tagged with 'encryption'

Vulnerability in .NET AES puts ASP.NET Web Sites at Risk(securitythroughabsurdity.com)

submitted by j.montyj.monty(1868) 1 year, 4 months ago

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 briefly details the issue and provides a simple temporary mitigation technique. read more...

2 comments |category: |Views: 370

tags: another

PGP File Encrypt & Decrypting in C#(ercueser.com)

submitted by ercuercu(15) 2 years, 11 months ago

Ercu's post introducing PGP Command Line Utility and It's usage for cryptographic pgp operations in C#. read more...

add a comment |category: |Views: 230

tags: another

Encrypt DataSet to File in vb.net(kellychronicles.spaces.live.com)

submitted by scorpion53061scorpion53061(85) 3 years, 6 months ago

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. read more...

add a comment |category: |Views: 41

tags: another

You're Probably Storing Passwords Incorrectly(codinghorror.com)

submitted by sirroccosirrocco(800) 4 years, 4 months ago

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 ... read more...

add a comment |category: |Views: 8

tags: another

HttpModule for query string encryption(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years ago

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. read more...

add a comment |category: |Views: 350

tags: another

Secure Cookie(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 5 years ago

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. read more...

1 comment |category: |Views: 29

tags: another

Secure Url(geekswithblogs.net)

submitted by kazimanzurrashidkazimanzurrashid(3960) 5 years ago

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. read more...

add a comment |category: |Views: 28

tags: another

Exchange data securly with a WebService without HTTPS/SSL(codeproject.com)

submitted by kazimanzurrashidkazimanzurrashid(3960) 5 years, 1 month ago

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. read more...

1 comment |category: |Views: 63

tags: another

Better CAPTCHA Through Encryption(haacked.com)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

Phil Haack outlines a nice technique for implementing a CAPTCHA control without relying on ViewState or Session state read more...

add a comment |category: |Views: 19

tags: another

Simple and efficient password encryption in .NET(madskristensen.dk)

submitted by madskristensenmadskristensen(8565) 5 years, 5 months ago

A very simple method that encrypt strings like passwords. Add a little more security to you're applications. read more...

add a comment |category: |Views: 13

tags: another

Secret Server 1.2 Released(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 7 months ago

"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 Secret Server instance and automatically log you into web sites!" read more...

add a comment |category: |Views: 7

tags: another