I need to develop an API where a client will make Http Requests. For security reasons, I am thinking I should require the client to encrypt the data using a known algorithm, such as 3DES or AES. Problem is, I am not so sure what is the best way to do this. Interoperability is the key, meaning all sorts of clients would need to connect to this API. Should I use 3DES or AES? Do I simply provide the client with a Key and IV? Do I instead provide the client with the Salt and Password. Any help or advice would be appreciated. Thanks.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|