I have some code to generate a Key. What I need to do is store this key into a database so that I can retrieve it at a later time to decrypt a string. What is the easiest way of handling this? It would be nice if there was a way of converting it to a different format, that could be persisted, retrieved again, and converted back to a Key. Any help would be great. Possibly a BLOB? I haven't a clue. Thanks, Wade