HISE Logo Forum
    • Categories
    • Register
    • Login

    How do I generate activation codes using machine codes and private keys? And verify the public key in the plug-in, what are the rules of this algorithm?

    Scheduled Pinned Locked Moved General Questions
    4 Posts 2 Posters 337 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CatABCC
      CatABC
      last edited by

      How do I generate activation codes using machine codes and private keys? And verify the public key in the plug-in, what are the rules of this algorithm?

      I am trying to make a computer that only allows one activation code

      //I am a new student at HISE._
      //Windows11 & MacOS Ventura 13.6.7_

      LindonL 1 Reply Last reply Reply Quote 0
      • LindonL
        Lindon @CatABC
        last edited by Lindon

        @BobCat you use

        FileSystem.encryptWithRSA( String dataToEncrypt, String privateKey)

        and

        result = FileSystem.decryptWithRSA( String dataToDecrypt, String publicKey)

        Here dataToEncrypt is a string you use for activation - what this string contains and how you check it is up to you.

        HISE Development for hire.
        www.channelrobot.com

        CatABCC 1 Reply Last reply Reply Quote 0
        • CatABCC
          CatABC @Lindon
          last edited by

          @Lindon I want to build a system on the server side that uses machine code to return activation codes, but the server side cannot use HISE's API and the web page uses JavaScript. How do I implement it?

          //I am a new student at HISE._
          //Windows11 & MacOS Ventura 13.6.7_

          LindonL 1 Reply Last reply Reply Quote 0
          • LindonL
            Lindon @CatABC
            last edited by

            @BobCat said in How do I generate activation codes using machine codes and private keys? And verify the public key in the plug-in, what are the rules of this algorithm?:

            @Lindon I want to build a system on the server side that uses machine code to return activation codes, but the server side cannot use HISE's API and the web page uses JavaScript. How do I implement it?

            thats up to you;

            HISE offers you a Server object that you can use to communicate with your server...what goes on in that "conversation" is entirely up to you.

            HISE Development for hire.
            www.channelrobot.com

            1 Reply Last reply Reply Quote 0
            • First post
              Last post

            18

            Online

            1.7k

            Users

            11.8k

            Topics

            102.4k

            Posts