Skip to content

Instantly share code, notes, and snippets.

@jyap808
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jyap808/4c9a065598d814966dc2 to your computer and use it in GitHub Desktop.
Save jyap808/4c9a065598d814966dc2 to your computer and use it in GitHub Desktop.
Mac OS X Verify applications signature
$ codesign -dvvv Bitcoin-Qt.app
Executable=/Applications/Bitcoin-Qt.app/Contents/MacOS/Bitcoin-Qt
Identifier=org.bitcoinfoundation.Bitcoin-Qt
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20100 size=153121 flags=0x0(none) hashes=7649+3 location=embedded
Hash type=sha1 size=20
CDHash=68b2974f209336f9b90a2435768a0ebac4d3b945
Signature size=8544
Authority=Developer ID Application: BITCOIN FOUNDATION, INC., THE
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=Jun 19, 2014, 4:42:50 AM
Info.plist entries=16
TeamIdentifier=not set
Sealed Resources version=1 rules=4 files=11
Internal requirements count=1 size=192

$ codesign -dvvv Razor-Qt.app
Executable=/Applications/Razor-Qt.app/Contents/MacOS/Razor-Qt
Identifier=org.razor.Razor-Qt
Format=bundle with Mach-O thin (x86_64)
CodeDirectory v=20100 size=47767 flags=0x0(none) hashes=2382+3 location=embedded
Hash type=sha1 size=20
CDHash=798ad9df0120644f6f5294656ad75b83029a3304
Signature size=8519
Authority=Developer ID Application: Julian Yap (35EY347E6X)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=Jul 3, 2014, 11:11:16 AM
Info.plist entries=10
TeamIdentifier=not set
Sealed Resources version=1 rules=4 files=21
Internal requirements count=1 size=180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment