a word on encryption

This forum can be used to talk about general design strategies, new ideas and questions in general related to wxWidgets. If you feel your questions doesn't fit anywhere, put it here.
Post Reply
wxNewbi
Knows some wx things
Knows some wx things
Posts: 26
Joined: Mon Nov 15, 2004 11:27 pm
Location: London UK
Contact:

a word on encryption

Post by wxNewbi »

Hello I am writing an App that will encrypt some text using RSA public/private key encryption. I am thinking of using Cypto++ or libToncrypt. My problem is that decryption will take place on an embedded system which uses a different implementation of the RSA algorithm. So I was wondering, since the algorithm is standard, there should be no issues right? Or have I got to be consistent for both implementations.

Thanks
Keep it real, Keep it free, Keep it GPL
User avatar
Ryan Norton
wxWorld Domination!
wxWorld Domination!
Posts: 1319
Joined: Mon Aug 30, 2004 6:01 pm

Post by Ryan Norton »

Different implementation probably just means more optimized for that system....
[Mostly retired moderator, still check in to clean up some stuff]
Post Reply