I googled for this and also searched on StackOverflow, but not many helpful links showed up, so here goes:
I have a requirement as follows (and I know this is probably vague, but this is all the information I have right now):
The user will upload a software license file (and the said software can be anything - it is not specific to a particular software product), and the application will have to read the license file and populate a text box with the license key.
Based on this, my questions are as follows:
- Is there a standard way to read license files for software products?
- Do software license files have specific file extensions, or is it something specific to the vendors?
- Is it possible to recognize a file as a license file?
- Are there any .NET/C# based parsers which can read license files and extract the key?