Decryption fails
Brought to you by:
bildsoft
Hi I keep getting null reference exception when I'm trying to decrypt files.
dim Encrypter as new OSBlackhorse.Crypto()
crypto.EncryptFile(strFileIn, strFileOut, "AABBCCDD")
crypto.dispose()
It tries to write out a file, with the according name from strFileOut but nothing is written.