0

How to use cryptography with XML documents used for rails Active resources? Or, is there any way to garantee security and integrity with comunications through rails Active resources?

Lucas
  • 3,059
  • 5
  • 33
  • 48

1 Answers1

0

Try using SSL with basic HTTP authentication/API tokens from a database?

Josh Delsman
  • 3,022
  • 1
  • 18
  • 28