can someone give me a sample of a decrypting funx...
the scenario is i have an encrypted file stored in a notepad.and i have to read it and decrypt it at the same time.so that the user will understand it.
Printable View
can someone give me a sample of a decrypting funx...
the scenario is i have an encrypted file stored in a notepad.and i have to read it and decrypt it at the same time.so that the user will understand it.
Moved from VB FAQ Forum
You can't have decryption without having encryption first. You do have to know what you are decrypting and what methods that are used.
If it were as simple as just 'decrypting' something then encryption wouldn't have much of a purpose would it? ;)