¡@

Home 

c# Programming Glossary: securely

Shredding files in .NET

http://stackoverflow.com/questions/1046635/shredding-files-in-net

a SDK that can be used in managed code to shred files securely EDIT This is the only link i could find in google that helps.. to be worried about. The myth that to delete data really securely from a hard disk you have to overwrite it many times using different..

Which of the .NET included hashing algoritms are secure enough for pasword hashing? [closed]

http://stackoverflow.com/questions/10948994/which-of-the-net-included-hashing-algoritms-are-secure-enough-for-pasword-hashi

password leak of LinkedIn proved how important it is to securely hash your passwords. However even hashing passwords with a salt..

REST service authentication

http://stackoverflow.com/questions/14996673/rest-service-authentication

of OAuth but for server to server use the need to log in securely using a browser or to implement other steps in the OAuth œdance..

Persistent storage of encrypted data using .Net

http://stackoverflow.com/questions/154430/persistent-storage-of-encrypted-data-using-net

the application. I.e. after all it goes down to storing securely the encryption key s . I was looking into RSACryptoServiceProvider..

Does .NET FTPWebRequest Support both Implicit (FTPS) and explicit (FTPES)?

http://stackoverflow.com/questions/1842186/does-net-ftpwebrequest-support-both-implicit-ftps-and-explicit-ftpes

an instance of the Ftp class. Ftp ftp new Ftp Connect securely using explicit SSL. Use the third argument to specify additional.. instead whenever possible. Ftp ftp new Ftp Connect securely using implicit SSL. Use the third argument to specify additional..

Storing credit card details

http://stackoverflow.com/questions/206438/storing-credit-card-details

not going to replicate this My question then is how I can securely store a credit card for a short period of time. I obviously..

tripledes encryption not yielding same results in PHP and C#

http://stackoverflow.com/questions/2467419/tripledes-encryption-not-yielding-same-results-in-php-and-c-sharp

Algorithm to avoid SQL injection on MSSQL Server from C# code?

http://stackoverflow.com/questions/249567/algorithm-to-avoid-sql-injection-on-mssql-server-from-c-sharp-code

in some APIs are not as secure as others. Store passwords securely with one way encryption. This way a table dump of usernames..

C# - Deleting a file permanently

http://stackoverflow.com/questions/3330427/c-sharp-deleting-a-file-permanently

provide any security. The actual way to ask a drive to securely erase something varies with interface ATAPI vs SATA vs USB mass..

Windows Impersonation from C#

http://stackoverflow.com/questions/559719/windows-impersonation-from-c-sharp

is there a recommended strategy for storing a password securely c# and or vbscript . c# windows impersonation share improve..

How can I securely embed a static string (key) in C#?

http://stackoverflow.com/questions/9511989/how-can-i-securely-embed-a-static-string-key-in-c

can I securely embed a static string key in C# I'm looking for a way to securely.. embed a static string key in C# I'm looking for a way to securely store an API key in a WP7 application. The key is a string and..