KDevelop Data Encryption Routines

p_george p_george at club-internet.fr
Sat Apr 1 15:49:14 BST 2000


CrAsH oVeRriDe a écrit :
 
> Does anyone of you, maybe know some tips
> on how to encrypt textfiles with an easy
> algorithm in the C/C++ programming language?

man crypt

Or do yourself a simple XOR, or have a look at RSA algorithm (you'll
need some maths knowledge).




More information about the KDevelop mailing list