I am currently trying to decide on how to implement encryption into one of my apps.. Basically, I would like to encrypt a string before writing it a database.

Does anyone have some suggestions as to how I can achieve decent encryption without a lot of overhead? And what is this CryptoAPI that I keep seeing run around the corner?