Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
1k views

Apple Auto-Renewable Subscriptions : Shared Secret

According to Apple iTune Connect document said that the "Shared Secret" section is in "Manage Your In App Purchases". But I could not find it. Do I have to change the iTune Connect setting to have ...
1
vote
1answer
171 views

Special methods and tricks in ASP.NET MVC? [closed]

Please tell me your favorite trick and tips to me. I want to collect so much knowledge as I can. And I think it's the best way to hear it from experts and amateur developers. *1. HTML FORM Tag + ...
1
vote
3answers
224 views

What is a C++ library with an ECDiffieHellmanCng-compatible implementation?

I'm looking for a key exchange solution between a .NET app and an embedded device. The two endpoints have a shared secret key, making the Elliptic Curve Diffie-Hellman (ECDH) algorithm excellent for ...
1
vote
1answer
290 views

Best Practices for REST Shared Secret Value

I am using a REST API that uses oauth for authentication. When registering for the service I was given my API Consumer Key and my API Shared Secret. I've been simply hardcoding the Shared Secret into ...
-2
votes
3answers
587 views

Java: Base64 Encode a String using a key

Hi I have data and a key (both strings). The data needs to be encode using the key using Base64. Can some one give me a sample code.