Yes, i am using namespace crytoPP, and because of this i am able to use all other functionality within crypto++,
 
I currently do the following, though anyware i have base64encoder/decoder, i have to swap it for hexencoder/decoder for it to work.
 
I do the following:
 
Generate RSA Keys
Encrypt/Decrypt
Sign data/Veryfy signitures (though i cant get it to actualy sign a file, only gen the signiture into a string)
and lots more BUT I CANT ever use base64encoder etc.
 
And yes, i have base64.h included plus the rest.
 
Thank you

Reply via email to