Thanks. I looked at it, but could not understand it. I will use md5 because I also use it in my PHP-applications, and I can therefore use the same data without reset users passwords and so on. Can I do that and how?
On 9 Maj, 17:38, Franco Catena <francocat...@gmail.com> wrote: > You can use one of the Ruby digest > package:http://www.ruby-doc.org/stdlib/libdoc/digest/rdoc/index.html > > For example, if you want to digest a password with SHA 512: > > require 'digest/sha2' > > Digest::SHA2.hexdigest('password', 512) > > Regards. > > Franco Catena. > > On May 8, 6:18 pm, Lakridserne <kristoffer.han...@stofanet.dk> wrote: > > > Hi, > > > I know that there is a way to encrypt passwords, but what would be the > > easiest? > > For example you have 2 functions in php. You use them by calling: > > > fuction("data-to-be-encrypted-here"); > > > But is there a similar way in ruby on rails? --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---