c# Programming Glossary: unencrypted
How can I send emails through SSL SMTP with the .NET Framework? http://stackoverflow.com/questions/1011245/how-can-i-send-emails-through-ssl-smtp-with-the-net-framework on port 587 default port for Explicit SSL that starts unencrypted then issues a STARTDLS then switches to an Encrypted connection..
(Attempting to) migrate from WSE 3.0 to WCF for client code http://stackoverflow.com/questions/10589561/attempting-to-migrate-from-wse-3-0-to-wcf-for-client-code over http and yes I'm aware that credentials are sent as unencrypted strings c# wcf web services wse share improve this question..
Sending email using a godaddy account http://stackoverflow.com/questions/1317809/sending-email-using-a-godaddy-account only supports œExplicit SSL Explicit SSL starts as unencrypted on port 25 then issues a STARTDLS and switches to an Encrypted..
How to bind to a PasswordBox in MVVM http://stackoverflow.com/questions/1483892/how-to-bind-to-a-passwordbox-in-mvvm it would require the framework to keep the password itself unencrypted in memory. Which is considered quite a troublesome security..
Simple 2 way encryption for C# http://stackoverflow.com/questions/165808/simple-2-way-encryption-for-c-sharp memoryStream new MemoryStream We will have to write the unencrypted bytes to the stream then read the encrypted result back from..
Password encryption/ decryption code in .NET http://stackoverflow.com/questions/1678555/password-encryption-decryption-code-in-net data as a base64 string. summary param name plainText An unencrypted string that needs to be secured. param returns A base64 encoded..
When to use try/catch blocks? http://stackoverflow.com/questions/1722964/when-to-use-try-catch-blocks PGP encryption complete. Moving original unencrypted file to _hasBeenPGPdPathAndFilename if File.Exists _hasBeenPGPdPathAndFilename..
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 time you might want to connect using the ordinary unencrypted FTP protocol and secure the connection later. Ftp ftp new Ftp..
Active Directory Services: PrincipalContext — What is the DN of a “container” object? http://stackoverflow.com/questions/2538064/active-directory-services-principalcontext-what-is-the-dn-of-a-container-o that the user belongs to but it happens in the clear unencrypted . So after much fiddling I discovered that the DN never needs..
Securely Storing Optional Entropy While Using DPAPI http://stackoverflow.com/questions/2585746/securely-storing-optional-entropy-while-using-dpapi What you don't want to do is store your key locally in an unencrypted format. Instead you want to either encrypt your key or derive..
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
|