Sneak peak of ActiveCrypto for Ruby on Rails 2

Posted by Pelle Wed, 19 Oct 2005 21:21:43 GMT

Just written a quick intro on my other blog on my new ActiveCrypto for Ruby on Rails. Here’s a little sneak:

class Document < ActiveRecord::Base
    encrypt :title,:body, :key=>:user
    belongs_to :user
end

Create, negotiate and accept legally binding contracts for free with our Agree2 service.

Trackbacks

Use the following link to trackback from your own site:
http://stakeventures.com/articles/trackback/72

Comments

Leave a response

  1. Avatar
    Jason Morrison Fri Oct 28 12:31:37 EDT 2005

    I’ve been thinking about adding functionality to ActionMailer for send encrypted and/or signed emails. Do you have any plans or ideas in this area?

    Specifically I intended to focus on S/MIME and found the following:

    http://kasairug.jin.gr.jp/~gotoyuzo/jus-pki-20030712-2/mgp00026.html

  2. Avatar
    Pelle Sun Oct 30 10:34:03 EST 2005

    I haven’t been planning anything like that. But I do have Digital Signature capabilities lined up for the next version of EzCrypto and then ActiveCrypto. This could be used for this.

Comments

(sorry javascript required)