Skip to content
View garnu's full-sized avatar

Block or report garnu

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Zircode/active_encryption Zircode/active_encryption Public

    ActiveEncryption transparently encrypt (and decrypt!) attributes with ActiveSupport::MessageEncryptor

    Ruby 2 1

  2. rails rails Public

    Forked from rails/rails

    Ruby on Rails

    Ruby 1

  3. My Ruby CV My Ruby CV
    1
    require 'rubygems'
    2
    
                  
    3
    %w(active_support active_record i18n).each{ |g| require g }
    4
    
                  
    5
    module Skills
  4. bootstrap bootstrap Public

    Forked from twbs/bootstrap

    CSS toolkit from Twitter

    JavaScript 1

  5. javascript-crypto-library javascript-crypto-library Public

    Forked from clipperz/javascript-crypto-library

    The JavaScript Crypto Library provides web developers with an extensive and efficient set of cryptographic functions. The library aims to obtain maximum execution speed while preserving modularity …

    JavaScript

  6. ruby_srp ruby_srp Public

    Forked from leapcode/ruby_srp

    Ruby implementation of the secure remote password. See http://srp.stanford.edu for details about the protocol.

    Ruby