System::String^ Encryption [Solved]
Hey guys I'm working at a little project and started in Visual Studio with CLR
It encrypt a text a decrypt , so i'm getting some errors.
I have a code for text encryption but cant use with String^ (managed type)
I cant convert it to char * so my code dont work.Can someone help me?