symmetric encryption

encryption

Why Isn't My Encryption.. Encrypting?

It's as true in life as it is in client-server programming: the only secret that can't be compromised is the one you never revealed. But sometimes, it's unavoidable. If you must send a secret down to the client, you can encrypt it. The most

By Jeff Atwood ·
Comments

nunit

Good Test / Bad Test

After years of building ad-hoc test harnesses, I finally adopted formal unit testing on a recent project of mine using NUnit and TestRunner. It was gratifyingly simple to get my first unit tests up and running: <TestFixture()> _ Public Class UnitTests Private _TargetString As String Private _TargetData As Encryption.

By Jeff Atwood ·
Comments