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

https://github.com/mindreframer/security-stuff


https://github.com/mindreframer/security-stuff

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## [Security](http://security.stackexchange.com/)

### Books:
- [Security Engineering - A Guide to Building Dependable Distributed Systems - PDF](http://www.cl.cam.ac.uk/~rja14/book.html)

### Golang

- [Go.crypto Package](http://godoc.org/code.google.com/p/go.crypto)
- [Practical Cryptography with Go - book](http://book.gokyle.org/)
- [Cryptobox](http://cryptobox.tyrfingr.is/)
- [Talks from GoKyle](http://talks.gokyle.org/denver.gophers/2013/)
- [Symmetric Cryptography With Go](http://denvergophers.com/2013-03/symmetric.slide)
- [Public Key Cryptography, 2013.06](http://talks.gokyle.org/denver.gophers/2013/pkc.slide)
- [Cryptobox: A Crypto API 2013 August 22](http://talks.gokyle.org/denver.gophers/2013/cryptobox.article)
- [Lessons learned and misconceptions regarding encryption and cryptology](http://security.stackexchange.com/questions/2202/lessons-learned-and-misconceptions-regarding-encryption-and-cryptology)
- Your best case is to use a high-level well-vetted scheme: for communication security, use TLS (or SSL); for data at rest, use GPG (or PGP). If you can't do that, use a high-level crypto library, like cryptlib, GPGME, Keyczar, or NaCL, instead of a low-level one, like OpenSSL, CryptoAPI, JCE, etc.. Thanks to Nate Lawson for this suggestion.

### General Web apps security
- [nVisium - SecCasts](https://www.seccasts.com/mror)

### DNS
- [Pentesting With DNS - Ron Bowes, Google, 2014.09](https://docs.google.com/presentation/d/1HfXVJyXElzBshZ9SYNjBwJf_4MBaho6UcATTFwApfXw/preview?sle=true#slide=id.g34df6c118_289)

### Videos:
- [Being Boring: A Survival Guide to Ruby Cryptography - 2013.11](http://www.confreaks.com/videos/2902-rubyconf2013-being-boring-a-survival-guide-to-ruby-cryptography)

*** GENERATED BY https://github.com/mindreframer/techwatcher (ruby _sh/pull security-stuff) ***

buth/stocker:
Manage environment variables securely.
124 commits, last change: 2014-06-30 - 19:53, 62 stars, 3 forks

ClarityServices/symmetric-encryption:
Symmetric Encryption for Ruby Projects using OpenSSL
87 commits, last change: , 128 stars, 28 forks

gokyle/cryptobox:

commits, last change: , stars, forks

gokyle/gokyle.talks:
Nothing to see here. Move along.
80 commits, last change: , 1 stars, 0 forks

jedisct1/libsodium:
P(ortable|ackageable) NaCl-based crypto library
804 commits, last change: , 826 stars, 72 forks