Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)