Arthur Chan wrote: > Hi guys, > > I need a secure data transfer mechanism between my server (APIs and > normal HTMLs) and clients (normal users or other servers). > > Is digital digest using Hash + public and private keys mechanism a > correct way? > > Is there any tutorial or pointer in setting up digital digested return > for my server responses?
Why can't you use SSL/TLS? It would be a lot less effort than rolling your own. -- Posted via http://www.ruby-forum.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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

