I want to ask that how to encrypt a file which contains text and then decrpty it. Is there any source code for it. I want simple encryption.
Printable View
I want to ask that how to encrypt a file which contains text and then decrpty it. Is there any source code for it. I want simple encryption.
What kind of source code? What language?
What kind of encrpytion are you looking for? (small, medium or large? :D )
I just want to encrypt some textfile which contains some text. Like "Vivek is a good boy". I want that letter "A" value should be 0. letter "b" should be 1 and so on, And 0 should be "00".