All Projects → yep → gnutls-gpg-gpgme-for-ios

yep / gnutls-gpg-gpgme-for-ios

Licence: other
Build scripts for static iOS libraries: gnutls, gpg and gpgme.

Labels

Projects that are alternatives of or similar to gnutls-gpg-gpgme-for-ios

sbt-gpg
Simple and secure artifact signing for sbt.
Stars: ✭ 51 (+200%)
Mutual labels:  gpg
win-gpg-agent
[DEPRECATED] Windows helpers for GnuPG tools suite
Stars: ✭ 214 (+1158.82%)
Mutual labels:  gpg
keylist-rfc
🔏 turning the system behind GPG Sync into an Internet standard
Stars: ✭ 15 (-11.76%)
Mutual labels:  gpg
openpgpkey-control
OpenPGP keys published on your website (WKD)
Stars: ✭ 36 (+111.76%)
Mutual labels:  gpg
mailserver
Simple and full-featured mail server using Docker
Stars: ✭ 88 (+417.65%)
Mutual labels:  gpg
wp-pgp-encrypted-emails
🔐 📧 Encrypts WordPress emails using OpenPGP or S/MIME with a familiar API.
Stars: ✭ 35 (+105.88%)
Mutual labels:  gpg
Keybase Gpg Github
Step-by-step guide on how to create a GPG key on keybase.io, adding it to a local GPG setup and using it with Git and GitHub.
Stars: ✭ 2,506 (+14641.18%)
Mutual labels:  gpg
airgap
Offline LiveUSB to generate and manage secret keys for things such as gpg, certificates, and cryptocurrency
Stars: ✭ 92 (+441.18%)
Mutual labels:  gpg
rhonabwy
Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE and JWT
Stars: ✭ 33 (+94.12%)
Mutual labels:  gnutls
GPGit
A shell script that automates the process of signing Git sources via GPG
Stars: ✭ 84 (+394.12%)
Mutual labels:  gpg
SplitShare
Shamir's Secret Sharing Algorithm implementation in golang combined with PGP and a mail delivery system
Stars: ✭ 31 (+82.35%)
Mutual labels:  gpg
Limnoria
A robust, full-featured, and user/programmer-friendly Python IRC bot, with many existing plugins. Successor of the well-known Supybot.
Stars: ✭ 578 (+3300%)
Mutual labels:  gpg
super-dollop
Encrypt your files or notes by your GPG key and save to MinIO or AWS S3 easily!
Stars: ✭ 58 (+241.18%)
Mutual labels:  gpg
gpg-serve-key
Serve a public/private GPG key over https
Stars: ✭ 30 (+76.47%)
Mutual labels:  gpg
rune
tool to query for tokens and passwords for use as environment variables
Stars: ✭ 13 (-23.53%)
Mutual labels:  gpg
pgpverify-maven-plugin
Verify Open PGP / GPG signatures plugin
Stars: ✭ 42 (+147.06%)
Mutual labels:  gpg
keygaen
Sign, verify, encrypt and decrypt data with PGP in your browser.
Stars: ✭ 78 (+358.82%)
Mutual labels:  gpg
VSHG
A standalone addon for GnuPG
Stars: ✭ 18 (+5.88%)
Mutual labels:  gpg
dotfiles
🏡 Personal dotfiles configuration
Stars: ✭ 73 (+329.41%)
Mutual labels:  gpg
paper-store
Cold store small files on paper as QR codes -- PGP keys, Bitcoin keys, Tox keys or any other small files in general.
Stars: ✭ 28 (+64.71%)
Mutual labels:  gpg

Build Scripts for Static iOS Libraries

These build scripts can be used to compile static libraries for use with iOS. You can build apps with XCode and the official SDK from Apple with this.

When run, the scripts download the respective source files, do simple dependency checks and compile.

The resulting libraries are universal binaries for the following platforms: i386 and arm7. This means they can be used with iPhone 3gs and newer. Last revision to support arm6 (original iPhone and iPhone 3g) is SHA: 30160d92a0d0051001113ab580bbde09ba52020d.

To use the libraries, include the library from the created lib/ directory and header files from include/.

Build runs w/o errors on OSX 10.8.4 with Xcode 4.6.3 and iOS SDK 6.1.

Currently supported versions:

  • gnupg (gpg) - 1.4.13
  • libassuan - 2.1.1
  • libgcrypt - 1.5.0
  • gnutls - 2.12.14
  • gpg-error - 1.12
  • gpgme (gpg made easy)- 1.4.2

Based on https://github.com/x2on/GnuTLS-for-iOS and https://github.com/3ign0n/GnuTLS-for-iOS.

There is also an example project demonstrating the use of GnuTLS at http://www.x2on.de/2011/02/01/gnutls-for-ios-iphone-and-ipad

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].