Page 1 of 1

how can encrypt string with aescrypt?

Posted: Sat Jun 13, 2015 4:41 pm
by wildbuzz
hi
AEScrypt for c# developer with this code works great:

Code: Select all

SharpAESCrypt.Encrypt("Password","inputfile","outputfile");
but above code that encrypt/decrypt file. is there any way that encrypt/decrypt string with AEScrypt? for example:

Code: Select all

string text = SharpAESCrypt.Encrypt("Password","StringToBinary");