How would one digitally sign a file programmatically?

Just starting out? Need help? Post your questions and find answers here.
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: How would one digitally sign a file programmatically?

Post by blueznl »

I married a chinese, dunno' if that counts :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
wallgod
User
User
Posts: 48
Joined: Wed Oct 06, 2010 2:03 pm

Re: How would one digitally sign a file programmatically?

Post by wallgod »

blueznl wrote:I married a chinese, dunno' if that counts :-)
blueznl, you must be a hacker! :mrgreen:
Procrastinators unite... tomorrow!
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Re: How would one digitally sign a file programmatically?

Post by Rook Zimbabwe »

blueznl wrote:I married a chinese, dunno' if that counts :-)
So did I... And her relatives either think being a malware hacker is cool (no thanks to TV5 Sighuan) or they script kiddy attack where nno script kiddy should.

As for me... I would like to know how to do this for the MAC... AFAIK the only difference between iPad/iPhone and regular mac apps is their digital signature... or as I call it Apple Handcuffs (and tthe accelerometer and estures libs)

I should also point out that I was not the first one to raise the flag because I didn't think malware this time... :wink:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
LuCiFeR[SD]
666
666
Posts: 1033
Joined: Mon Sep 01, 2003 2:33 pm

Re: How would one digitally sign a file programmatically?

Post by LuCiFeR[SD] »

Rook Zimbabwe wrote: As for me... I would like to know how to do this for the MAC... AFAIK the only difference between iPad/iPhone and regular mac apps is their digital signature... or as I call it Apple Handcuffs (and tthe accelerometer and estures libs)
Sorry Rook, there are significant differences with the hardware and API. Nothing to do with digital signatures. Just because Apple make them doesn't automatically mean the executables are compatible. It is just the same with Linux too. Just cause an executable is compiled in Ubuntu(x86) Doesn't automatically mean that same executable would run on Ubuntu(PPC) or Ubuntu(Arm), it would require you to modify/recompile the source for the target platform.
Post Reply