How to hide a serial number in a file?
-
Hello everyone, I was wondering if there is a way I can add some information like a serial number to a file. I am currently doing this with adding the serial number to the file name using the System.IO.FileInfo class. Would it be possible to have the serial number somewhere more safer. something like Metadata used in mp3 file. Thank you very much and have a great day. Khoramdin Khoramdin
-
Hello everyone, I was wondering if there is a way I can add some information like a serial number to a file. I am currently doing this with adding the serial number to the file name using the System.IO.FileInfo class. Would it be possible to have the serial number somewhere more safer. something like Metadata used in mp3 file. Thank you very much and have a great day. Khoramdin Khoramdin
Hi Encrypt your serial number and keep it in registry/file. Vikas Maan :)