Results 1 to 1 of 1

  Click here to go to the first Developer post in this thread.  

Thread: DSUtils

  1.   This is the last Developer post in this thread.   #1
    BI, CEO Maruk's Avatar
    Join Date
    Jun 29 2001
    Location
    Prague, Czech Republic
    Posts
    1,091
    You can download DSUtils (~60 KB) now.


    Quote Originally Posted by [b
    Quote[/b] ]
    DSCreateKey / DSCheckSignatures
    ===============================
    Copyright © 2007 Bohemia Interactive a.s. All rights reserved.

    For more information about ArmA digital signatures system please visit http://community.bistudio.com/wiki/A...don_Signatures

    This tool is released for addon makers in order to allow them to generate their own digital signatures (private and public keys) to be used for signing data packages for ArmA.

    DSCreateKey
    ===========

    Usage: DSCreateKey <authorityname>

    It will generate private and public keys (authorityname.biprivatekey authorityname.bikey ).

    Authority name is the name of signing authority, usually the author of addons to be signed. Using TAG is recommended practice. The name itself serves only to identify the group.

    IMPORTANT: Make sure to protect your private key well. Only public keys can be distributed with your content to public.


    DSCheckSignatures
    =================

    Usage: DSCheckSignatures <checked directory> <keys directory>

    The utility will verify if all files in the given directory are signed by one of keys from the keys directory.


    Last edited by W0lle; Apr 11 2009 at 03:56. Reason: Import fixed
    Marek Spanel - CEO www.bistudio.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •