Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnapier/security-right
Get Security and Privacy Right (Renaissance 2014)
https://github.com/rnapier/security-right
Last synced: 2 days ago
JSON representation
Get Security and Privacy Right (Renaissance 2014)
- Host: GitHub
- URL: https://github.com/rnapier/security-right
- Owner: rnapier
- Created: 2014-01-29T07:43:51.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T06:37:53.000Z (almost 11 years ago)
- Last Synced: 2023-03-22T19:07:25.956Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://renaissance.io/2014/sessions/get_security_and_privacy_right
- Size: 3.17 MB
- Stars: 15
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Links
* [Cocoaphony blog (robnapier.net)](http://robnapier.net)
* [RNCryptor](https://rncryptor.github.io)
* [Specification](https://github.com/RNCryptor/RNCryptor-Spec)
* [C#](https://github.com/RNCryptor/RNCryptor-cs)
* [C++](https://github.com/RNCryptor/RNCryptor-cpp)
* [Java](https://github.com/RNCryptor/JNCryptor)
* [JavaScript](https://github.com/RNCryptor/rncryptor-js)
* [ObjC](https://github.com/RNCryptor/RNCryptor)
* [PHP](https://github.com/RNCryptor/RNCryptor-php)
* [Python](https://github.com/RNCryptor/RNCryptor-python)
* [Ruby](https://github.com/RNCryptor/ruby_rncryptor)
* [ANSI C](https://github.com/megabri/MGCryptor) -- Optimized for microcontrollers. Not compatible with other implementations.
* [RNPinnedCertValidator](https://github.com/rnapier/RNPinnedCertValidator)
* [NSData+RNSecureCompare](https://github.com/rnapier/NSData-RNSecureCompare)
* [HT5012: iOS: List of available trusted root certificates](http://support.apple.com/kb/HT5012)
* [Apple's iOS Security Document](https://www.apple.com/la/iphone/business/docs/iOS_Security_May12.pdf) -- Explains how Data Protection is implemented
* [Finding the app prefix for keychain](http://stackoverflow.com/questions/11726672/access-app-identifier-prefix-programmatically)
* [SGKeychain](https://github.com/secondgear/SGKeychain)
* [AES Crypt](http://www.aescrypt.com)