Base64 encoding/decoding?

I wanted to use base64 for some simple obfuscation of save game data; das anyone ever written a base64 encoding/decoding script in Unity, or does it already exist as a part of mono/.NET and I just don’t know it?

System.Convert.ToBase64String / FromBase64String

–Eric

Awesome, thanks Eric.