signing

signtool fail with Inno Setup with exit code 0x1

爱⌒轻易说出口 提交于 2019-12-17 16:47:34
问题 Suddenly my Inno Setup compiler stopped working. Since the last time I used it, I just installed a new certificate issued still to the same company. I've configured the sign tool in this way (NAME is the beginning of the string for the Subject in the certificate): mysigntool="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\signtool.exe" sign /v /a /s my /n NAME /t http://timestamp.verisign.com/scripts/timestamp.dll And then in the Inno Setup .iss file I have: SignTool=mysigntool

Uploading archive error: “Missing iOS Distribution signing identity for …”

随声附和 提交于 2019-12-17 08:17:15
问题 I'm trying to upload my iOS app archive to iTunes Connect using Xcode, but when I click "Upload to App Store" I get the error: Xcode attempted to locate or generate matching signing assets and failed to do so because of the following issues. Missing iOS Distribution signing identity for _____. Xcode can request one for you. I'm really confused, because I had just successfully uploaded an archive for the same app about 2 hours earlier, and then I needed to make one simple fix and then needed

Android in app purchase: Signature verification failed

可紊 提交于 2019-12-17 05:36:32
问题 I have tried for several days to solve this problem, using the Dungeons demo code that comes with the SDK. I've tried to Google for an answer but can't find one. In the Dungeons demo, I passed my public key from the dev console. Signed the apk and uploaded to console without publish. Testing for both android.test.purchased & product list created on console with published for subscription (The main feature I want for my app). But still I get an error of Signature verification failed and then

difference between signature versions - V1(Jar Signature) and V2(Full APK Signature) while generating signed apk in AndroidStudio?

烈酒焚心 提交于 2019-12-17 05:33:46
问题 Please select at least one of the signature versions to use in Android Studio 2.3 Now while generating signed apk in Android Studio, it's showing two options(CheckBox) namely 1. V1(Jar Signature) and 2. `V2(Full APK Signature)' as Signature Versions in last step of signed apk generating process. So, what is the difference between these V1(Jar Signature) and V2(Full APK Signature) in new Android Studio update? And which should I use(or both) for signing apk for play store release? Also I'm

difference between signature versions - V1(Jar Signature) and V2(Full APK Signature) while generating signed apk in AndroidStudio?

浪子不回头ぞ 提交于 2019-12-17 05:33:05
问题 Please select at least one of the signature versions to use in Android Studio 2.3 Now while generating signed apk in Android Studio, it's showing two options(CheckBox) namely 1. V1(Jar Signature) and 2. `V2(Full APK Signature)' as Signature Versions in last step of signed apk generating process. So, what is the difference between these V1(Jar Signature) and V2(Full APK Signature) in new Android Studio update? And which should I use(or both) for signing apk for play store release? Also I'm

What is the difference between encrypting and signing in asymmetric encryption?

只愿长相守 提交于 2019-12-17 03:44:18
问题 What is the difference between encrypting some data vs signing some data (using RSA)? Does it simply reverse the role of the public-private keys? For example, I want to use my private key to generate messages so only I can possibly be the sender. I want my public key to be used to read the messages and I do not care who reads them. I want to be able to encrypt certain information and use it as a product-key for my software. I only care that I am the only one who can generate these. I would

Getting around Chrome's Malicious File Warning

谁都会走 提交于 2019-12-17 03:24:11
问题 I created an application which comprises a number of *.exe files. I've packaged these up into an NSIS installer which I hosted on my website. When I try to download it Chrome reports it as potentially malicious. At first I thought it could be the URL/site I was hosting on not being recognized so I signed up for Amazon S3 storage and moved the file there. Same problem. I then thought that packing the executables might cause this, so I tried without. Same issue. After some more reading I

How can I disable signature checking for Firefox add-ons?

允我心安 提交于 2019-12-17 02:43:08
问题 Since version 42, Firefox, by default, refuses to install unsigned add-ons. How do I disable this verification? 回答1: It is only possible to disable addons verification in Nightly and Developer channel. In other words it is not possible in Beta versions and standard releases . Go to about:config (enter it into address bar) Set xpinstall.signatures.required to false . More at https://wiki.mozilla.org/Addons/Extension_Signing 回答2: Disable add-on signing check in Release (all) versions of Firefox

Signing PDFs on a server document using a signature from the user

一笑奈何 提交于 2019-12-17 02:38:15
问题 Here is what I want to do: user creates document (html) edit -> save PDF on server ask if user wants to sign the document (yes) here is the problem (no) no problem ???? (not important) So now the problem I face is how to do that (yes) in step 3. If the signature is on the server no problem, I have some html->php->pdf classes that can sign with digital signatures but the signature must be on the server as a file. The question is, how can I do it directly on the server. The user chooses yes,

Do I have to sign my ClickOnce manifest?

两盒软妹~` 提交于 2019-12-14 00:48:23
问题 I have a VS2012 solution (WinForm vb.net) which I deploy thanks to ClickOnce. I do some tests today for deploying this application. I'm able to publish and deploy this application without signing the ClickOnce manifest nor signing the assembly . On the Signing tab of my project I uncheck 'Sign the ClickOnce manifests' and 'Sign the assembly'. I don't have any errors (about assembly not signed) when installing this application. I copy the published folder on a USB key and install it on another