Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Software Key Secure Encryption
#1
How can I securely encrypt a registration key for software? Thanks in advance.

e.g:
 
Code:
Copy      Help
using System;
using System.Linq;
using GemBox.Document;

ComponentInfo.SetLicense("DN-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");

var document = DocumentModel.Load(@"C:\Users\Administrator\Desktop\toPrint.docx");
int pageCount = document.GetPaginator().Pages.Count;
Console.WriteLine(pageCount);


Messages In This Thread
Software Key Secure Encryption - by Davider - 08-20-2024, 11:04 AM
RE: Software Key Secure Encryption - by Gintaras - 08-20-2024, 11:32 AM
RE: Software Key Secure Encryption - by Davider - 08-20-2024, 12:42 PM
RE: Software Key Secure Encryption - by Gintaras - 08-20-2024, 02:21 PM
RE: Software Key Secure Encryption - by Davider - 08-20-2024, 10:55 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)