hi all

i want to encrypt a string (password) and store it in a database. in the .net-framework there is a namespace called System.Security.Cryptography which implements several algorithms (rc2, sha-1, md5...)

does anybody have experience with this namespace? all i want to to is encrypt (and decrypt) a string... the used encryption-algorithm is not important

thanks
robert