Hi, I''m needing crytography a string in a Rails app. How is the better way to do this?? Thanks, -- Weverton Gomes de Morais Tecnólogo em Redes de Comunicação Desenvolvedor Delphi Entusiasta Ruby/Rails "Todos juntos somos fortes" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 6 Dec 2007, at 11:37, Weverton Gomes wrote:> Hi, > > I''m needing crytography a string in a Rails app. How is the better > way to do this?? >You could use the ruby openssl standard library. Fred> Thanks, > > -- > Weverton Gomes de Morais > Tecnólogo em Redes de Comunicação > Desenvolvedor Delphi > Entusiasta Ruby/Rails > "Todos juntos somos fortes" > >--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks 2007/12/6, Frederick Cheung <frederick.cheung-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > > > On 6 Dec 2007, at 11:37, Weverton Gomes wrote: > > > Hi, > > > > I''m needing crytography a string in a Rails app. How is the better > > way to do this?? > > > You could use the ruby openssl standard library. > > Fred > > > Thanks, > > > > -- > > Weverton Gomes de Morais > > Tecnólogo em Redes de Comunicação > > Desenvolvedor Delphi > > Entusiasta Ruby/Rails > > "Todos juntos somos fortes" > > > > > > > >-- Weverton Gomes de Morais Tecnólogo em Redes de Comunicação Desenvolvedor Delphi Entusiasta Ruby/Rails "Todos juntos somos fortes" --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I struggled with this a couple weeks ago for saving Social Security Numbers and Salaries in the DB encrypted. Not sure how secure this is, but this is perhaps a start: http://pastie.caboo.se/125436 On Dec 6, 6:37 am, "Weverton Gomes" <wever...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I''m needing crytography a string in a Rails app. How is the better way to do > this?? > > Thanks, > > -- > Weverton Gomes de Morais > Tecnólogo em Redes de Comunicação > Desenvolvedor Delphi > Entusiasta Ruby/Rails > "Todos juntos somos fortes"--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 12/6/07, ebrad <nisguy_300-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > I struggled with this a couple weeks ago for saving Social Security > Numbers and Salaries in the DB encrypted. Not sure how secure this is, > but this is perhaps a start: > > http://pastie.caboo.se/125436In my latest project I needed to encrypt cc numbers. I based my code on this blog http://blog.leetsoft.com/2006/03/14/simple-encryption Nothing needed except the standard ruby library. -- Rick DeNatale My blog on Ruby http://talklikeaduck.denhaven2.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---