Thank you,but i managed to to develop myself an algorim that encrypts the text from a text file.I read the text line by line and character by character. I am modifying the ascii code of each letter, by adding a value to it. After a encrypt all the text, a rewrite the text file.]
To decrypt i...