Stephen Touset

Ecosystems: Ruby, Rust, Linux, Go

Projects

sudo_pair

Plugin for sudo that requires another human to approve and monitor privileged sudo sessions

Rust - Released: 04 May 2018 - 1,239

secrets

Secure storage for cryptographic secrets in Rust

Rust - Released: 09 Dec 2014 - 208

twitter_bootstrap_form_for

A Rails FormBuilder DSL for generating Twitter Bootstrap forms

Ruby - Released: 30 Sep 2011 - 409

version

Simple version-numbering encoding and helper methods

Ruby - Released: 05 Feb 2010 - 78

pathname3

A replacement for Ruby's builtin Pathname, which is unbearably slow

Ruby - Released: 19 May 2008 - 16

cryptography

TBD

Ruby - Released: 17 Jan 2013 - 7

go.secrets

Package secrets creates low-level heap-allocated buffers safe for the storage of cryptographic secrets. A Secret is protected from being read from, written to, or executed once allocated. They are prevented from being paged out to swap (although systems that hibernate will be able to bypass this restriction), they have guard pages and a canary to protect against buffer overflows and underflows, and their contents are automatically zeroed when they become garbage collected. A Secret attempts to protect memory contents pessimistically. If the memory cannot be protected during initialization, no memory will be allocated and an error will be returned. If memory protections cannot be maintained during the lifespan of an existing Secret, the library will panic. The use of this package should be limited to storing cryptographic secrets. In order to provide the promised protections, allocations are significantly larger than the amount of memory requested and the number of operations during allocation is more than with typical allocators like malloc. Examples

Go - Released: 12 Aug 2014 - 13

semantic_form_for

HTML5-by-default FormBuilder with Formtastic-style markup

Ruby - Released: 29 Oct 2010 - 4

rug

Ruby implementation and frontend for git repositories

Ruby - Released: 05 May 2008 - 8

libpoker

Poker simulation in Ruby

Ruby - Released: 15 Dec 2008 - 6