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).