HISE Logo Forum
    • Categories
    • Register
    • Login

    RSA.xml ServerKey

    Scheduled Pinned Locked Moved General Questions
    3 Posts 2 Posters 207 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.
    • ustkU
      ustk
      last edited by

      What are these server keys 1 & 2? It seems they haven't been around at first apparition of the RSA file...
      Is it meant for Hise Activate? Or can it be used for our own purpose?

      Can't help pressing F5 in the forum...

      Christoph HartC 1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart @ustk
        last edited by

        @ustk I think they are just another format for the RSA key and I remember adding those for HISE activate because the RSA library we're using internally required another formatting.

        ustkU 1 Reply Last reply Reply Quote 1
        • ustkU
          ustk @Christoph Hart
          last edited by

          @Christoph-Hart Oh yes I see... They are just the DEC representation:

          BigInteger b1, b2;
          b1.parseString(numbers[0], 16);
          b2.parseString(numbers[1], 16);
          
          auto n1 = b1.toString(10);
          auto n2 = b2.toString(10);
          
          xml->addChildElement(new XmlElement("ServerKey1"));
          xml->addChildElement(new XmlElement("ServerKey2"));
          

          Can't help pressing F5 in the forum...

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

          46

          Online

          1.7k

          Users

          11.7k

          Topics

          101.8k

          Posts