Archive

Write your own SFTP server in C#

  |   Martin Vobr

Why would anyone want to write their own SFTP server? Why not choose one of many existing SFTP servers, you may ask. Why Some of reasons for not using a ready-made SFTP server include: Simple installation. Just copy an .exe, run it, and see it ...

Processing Outlook .MSG messages

  |   Lukas Pokorny

Rebex MailMessage class was originally designed to work with e-mail messages in MIME format - this format is used by almost all Internet email transmitted via SMTP. However, MIME is far from being the only e-mail message format in existence. Microsoft's ...

RC4 no longer considered secure

  |   Lukas Pokorny

The security of RC4 encryption algorithm has been questionable for many years. But despite well-founded concerns, this has remained a popular TLS/SSL cipher not only due to its speed, but also as a countermeasure against "BEAST" attack targeting block ...