top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to decrypt .net API response in rails app ?

+4 votes
286 views

My .net API response is in encrypted form. Please let me know how should I proceed to do decryption.

posted Feb 3, 2014 by Kiran Kumar

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

If you have decryption keys then write an helper function using bcrypt-ruby libs general crypto algorithms. Also dont store keys in source code but in environment.

answer Feb 3, 2014 by Naveena Garg
Similar Questions
+3 votes

I need to disable Chunked response encoding in Rails 3.2 or force HTTP/1.0 in response of one controller action. Is there an easy way to do this?

+1 vote

Something like x.instance_variables.each.... { |i} .... }

Thought to be a one liner. I can't figure out how to apply strip() to each variable, since instance_variable_get returns the value. I really want something I can apply .strip! to....

+2 votes

I have a table with several thousand records in it. They take a long time to load and are essentially useless presented altogether.. I'd like present the user a search form to select a limited subset of records for display in the index function. What options are available to solve this problem and where might I look for examples or demos?

+1 vote

I want to create 3 rails apps in which every app has a Google API.
1) Gmail API
2) Google+ API 3
3) Google calendar API

Please suggest how to begin with...

+2 votes

I have found a html template where I some pages need specific css files and of course there are some common css files.

How can I best deal with it ?

...