Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mochtu/libsodium-ios
Strong encryption for iOS. NaCl / libsodium build for iOS development. Used in CocoaPod 'libsodium-ios'.
https://github.com/mochtu/libsodium-ios
Last synced: 18 days ago
JSON representation
Strong encryption for iOS. NaCl / libsodium build for iOS development. Used in CocoaPod 'libsodium-ios'.
- Host: GitHub
- URL: https://github.com/mochtu/libsodium-ios
- Owner: mochtu
- License: other
- Created: 2013-06-29T14:48:08.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T14:05:23.000Z (over 8 years ago)
- Last Synced: 2024-09-28T14:03:24.578Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 1.03 MB
- Stars: 61
- Watchers: 5
- Forks: 14
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
libsodium-ios
=============NaCl
-------The NaCl-Library is the easiest way to use safe crypto for your apps. It provides for network communication, encryption, decryption, signatures and more. Look for yourself: http://nacl.cr.yp.to
Sodium
------From their readme:
> Sodium is a portable, cross-compilable, installable, packageable fork of NaCl, with a compatible API.
https://github.com/jedisct1/libsodiumlibsodium-ios
-------------This repo provides two things:
* a prebuild static library for iOS of the sodium library and the preprocessed headerfiles for targeting a darwin/arm7 system
* the preprocessed headerfiles (for darwin/arm7) and sourcecode to use it directly in XCodeIt is used by the CocoaPod "libsodium-ios" and gives easy access to the functionalities of NaCl for iOS developers.
I hope this enables more and more developers to use easy and secure crypto in their apps.
Feedback is most welcome!
Thanks to Frank, all the sodium contributors and the NaCl team to make this possible.