Quote Originally Posted by Maven
I'm not aware of any functions for encryption a file. Would definitly make life a lot simpler though wouldn't it? You would do it just like a string with the exception that it would be a byte array instead of a string array. Just make sure when you read the file, you do it as binary and not as string (text).


Later on I may write a decent cipher library but as for right now I'm working long ass hours and have very little time =/
The cryptoAPI may have a function for that though. I'm not prepaired to explain that API set though, it's huge and cumbersome. When work slows down a bit maybe I'll write a few tuts on using it. Till then =P