GithubHelp home page GithubHelp logo

isabella232 / signinghelper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from unity-technologies/signinghelper

0.0 0.0 0.0 148 KB

Utility for signing and verifying arbitrary files using .NET signing keys

C# 100.00%

signinghelper's Introduction

Signing Helper

This is a small, command-line helper utility for signing and verifying arbitrary files using .NET signing keys.

Dependencies

  • Mono or .NET 3.5 (or a framework version that's API-compatible with 3.5)
  • NUnit 2.4+

Usage

SigningHelper command line arguments:

--key=VALUE            The key to use for signing/verification
--file=VALUE           The file to sign/verify
--sign                 Sign FILE using KEY
--verify               Verify FILE using KEY
--help                 Show help text

Example:

SigningHelper.exe --key=mykey.snk --file=myfile --sign --verify
  • Signs myfile using mykey.snk
  • Stores the signature in myfile.signature
  • Verifies the signature against mykey.snk

You should subsequently be able to:

SigningHelper.exe --key=mykey.pub --file=myfile --verify

Verifies that myfile:

  • Has a .signature
  • Was signed with the private component of mykey.pub
  • Has the same contents as at the time of signing

signinghelper's People

Contributors

tak avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.