Tag

code signing

0 views collected around this technical thread.

Code Mala Tang
Code Mala Tang
Jun 14, 2024 · Information Security

Why and How to Sign Your Electron App: Boost Security with Code Signing

Code signing verifies software authenticity and integrity, preventing tampering and security warnings, and this guide explains what code signing is, its types, applicable file formats, certificate options, and step‑by‑step instructions—including Electron‑builder configuration and sample scripts—to help developers secure their desktop applications.

EV certificateElectronOV certificate
0 likes · 9 min read
Why and How to Sign Your Electron App: Boost Security with Code Signing
DevOps Engineer
DevOps Engineer
Apr 29, 2024 · Information Security

Understanding Code Signing: Importance, Process, and Tool Comparison

This article explains what code signing is, why it is essential for software integrity and trust, outlines the signing process, compares traditional code signing certificates with the GaraSign cloud service, and offers guidance on choosing the right solution based on cost, scalability, and compliance needs.

Digital CertificatesSoftware Securitycode signing
0 likes · 7 min read
Understanding Code Signing: Importance, Process, and Tool Comparison
Sohu Tech Products
Sohu Tech Products
Dec 20, 2023 · Mobile Development

Guide to Re-signing iOS IPA Files for Custom Apps and WeChat Duplication

This guide walks you through re‑signing an iOS IPA with a personal developer account—download and unzip the IPA, change the bundle identifier, replace the embedded provisioning profile, re‑sign the app and any frameworks using your certificate and generated entitlements, re‑zip the payload, and install the new IPA via Xcode.

IPARe‑signingWeChat duplication
0 likes · 7 min read
Guide to Re-signing iOS IPA Files for Custom Apps and WeChat Duplication
JD Retail Technology
JD Retail Technology
Dec 19, 2019 · Mobile Development

Understanding iOS App Signing Mechanism and Its Underlying Cryptography

This article explains the iOS app signing process, covering symmetric encryption, public‑key cryptography, hybrid cryptosystems, digital signatures, certificates, and how Apple verifies app packages during distribution and on‑device installation, providing both beginner and advanced insights.

App DistributionDigital CertificatesMobile Security
0 likes · 13 min read
Understanding iOS App Signing Mechanism and Its Underlying Cryptography
Baidu Intelligent Testing
Baidu Intelligent Testing
Oct 17, 2017 · Mobile Development

Understanding iOS Code Signing, Certificates, Provisioning Profiles, and Re‑signing

This article explains the iOS code‑signing process for developers, covering Apple developer account enrollment, certificate creation, private key generation, provisioning profile types, automatic signing in Xcode, and step‑by‑step re‑signing of IPA files using the codesign tool.

CertificatesProvisioning ProfileRe‑signing
0 likes · 7 min read
Understanding iOS Code Signing, Certificates, Provisioning Profiles, and Re‑signing
Baidu Intelligent Testing
Baidu Intelligent Testing
Jul 27, 2017 · Operations

Using launchctl and plist to Run Scheduled macOS Tasks with Developer Certificates

This article explains why crontab fails to build iOS apps on macOS due to missing code‑signing credentials, and shows how to replace it with launchctl and a properly configured plist, including keychain access, required plist keys, and the SessionCreate option to ensure the developer certificate is available.

automationcode signingcron
0 likes · 6 min read
Using launchctl and plist to Run Scheduled macOS Tasks with Developer Certificates