Hi, what do you think, how crack-safe is an "selfmade" encryption, comparing to the standards, where you set the random numbers to a value (like RndSeed(123456789)) and than taking the "randoms" one by one and modify the letters in the unencrypted text?
I want to encrypt texts and the result should also be a text, not a binary. Thats why, I can not use normal encryption(?).
I want to encrypt texts and the result should also be a text, not a binary. Thats why, I can not use normal encryption(?).
Last edited: