|
Let's say I need to access a web service from an iPhone app. This web service requires clients to digitally sign HTTP requests in order to prove that the app "knows" a shared secret; a client key. The request signature is stored in a HTTP header and the...
Started by z8000 on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
I know you mentioned that you did Notification suggestion....
Why would anyone pass a secret key in an HTTP route to securely storing a secret on an iPhone that I can think of.
EDIT: Still sounds wonky.
CommonCrypto is available for iPhone.
|
|
So I got a Secret Reward in November for a purchase I made which says it's good starting today thru 12/21. I tried to order some of the pjs I love and when I go to enter the SR info, I get this response "We're sorry. Due to overwhelming response, we cannot...
Started by packergurl24 on
, 16 posts
by 5 people.
Answer Snippets (Read the full thread at gottadeal):
The site was ....
Was hoping to use mine today....havent tried yet but will go dig it out of the Christmas closest and LYK ASAP if I have an issue Thank you for reminding me I will post back with my results later :) I just tried again and it's working .
|
|
I would like to access the Rails session secret programmatically (I am using it to generate a sign-on token).
Here's what I've come up with:
ActionController::Base.session.first[:secret]
This returns the session secret. However, every time you call ActionController...
Started by Luke Francl on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Since the secret doesn't change based on the request or the action, this also works:
ActionController::Base.session_options_for(nil,nil)[:secret....
ActionController::Base.session_options_for(request,params[:action])[:secret]
Thanks, Jake.
|
Ask your Facebook Friends
|
Starting November 1st, spend $10 and you will get a Secret Rewards card! You have to wait until December first to find out the balance on the card. VS says there are more $100 and $500 then ever! I can't wait!
Does anyone know of any good deals, codes...
Started by CarrieM on
, 25 posts
by 12 people.
Answer Snippets (Read the full thread at afullcup):
Which gave me the secret card! just got.
Shopping without them Thanks! Can't wait to see what I get for a secret card! Got a gift for my they delayed my order it didnt process until the 1st of nov.
|
|
Ask people what they want and they will tell you it is money? No matter what they seek they allways think money can buy it. Here is a secret I learned before playing the lottery or games of chance. The day you are going to play make sure you are in a ...
Answer Snippets (Read the full thread at inwardquest):
Done! I left! Lunch was free that day!! ....
Cool!! I went to the casino the other day and I got myself "pumped up" by listening to my favorite songs "LOUD" on my car stereo! Got to to casino and walked in and sat at a machine and won $10 in 15 minutes .
|
|
My boyfriend and I have finally narrowed our search down to Secrets Wild Orchid OR St. James Montego Bay Jamaica. They are sister resorts. We are leaning towards Wild Orchid Preferred as of now, but need some feedback about both. Can anyone tell us which...
Started by KimberlyNJ8 on
, 11 posts
by 9 people.
Answer Snippets (Read the full thread at tripadvisor):
To be fair they are the same hotel so anything you want to do shouldnt ... .
We decided on the St James side just because the beach is apparently nicer on this side .
Hi Kim We had the same problem deciding between the two & I asked the very same questions .
|
|
I have a small Python program, which uses a Google Maps API secret key. I'm getting ready to check-in my code, and I don't want to include the secret key in SVN.
In the canonical PHP app you put secret keys, database passwords, and other app specific ...
Started by brianegge on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
A configuration file is the perfect place to keep.
A user must configure their own secret key.
|
|
Trying to connect to Facebook to make a statusupdate through my Android application. Got the whole thing running but I need API key + secret. Where can I create/get a hold of these?
private static final String apiKey = "<YOUR API KEY>"; private ...
Started by Sara on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
After creating application you will see the key and secret at application settings page..
You have to log on to facebook (with any valid account at the top right) .
An API key and secret specific to your app.
|
|
Let's say you have a program you want to run unattended, as root, which requires a secret (such as a passphrase; something you don't want other people to find out), which can be read from an environment variable. One way of accomplishing this would be...
Started by sarnesjo on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Duplicity to have one -- which it did) the secret information is better (in a relative sense) protected.
|
|
Reading what is currently the top answer to a recent question on how/whether to send users their passwords, I was intrigued that the most popular answer said the following...
storing passwords in such a way that they are retrievable is insecure using ...
Started by Traples on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
That question....
Case in point, when to a 'secret' question.
It depends also how related the secret question / answer are.
If someone knows avoid using it.
Secret questions and answers are only as secure as the user makes them to be.
|