HMAC SHA-1 stands for Hashed Message Authentication Code using Sercure Hash Algorithm 1. It applies a hash algorithm to data and uses a private key or secret key to provide sender authentication.

learn more… | top users | synonyms

0
votes
0answers
18 views

C HMAC_SHA1 AWS Authentiation

Folks, trying to generate the AWS KeyId:Signature REST request using C. As a matter of fact, patching mod_headers.c for Apache to do just that, so I can use mod_proxy to an S3 bucket. In any case, ...
1
vote
1answer
25 views

Salesforce creating incorrect HMAC SHA1 value

I'm trying to generate an HMAC value within Salesforce using the Crypto generateMac function, but the result doesn't match with other utilities. For example, I'm trying to hash the value Hash me ...
0
votes
0answers
68 views

Issues with HMAC SHA1 implemenation in Objective-C

I'm trying to create a base64 signature for a rest request using the HMAC-SHA1 algorithm. I'm specifically using the SinglePlatform API, and the steps are: Strip off the domain portion of the ...
0
votes
0answers
48 views

try to complete last step of OAuth Verifier (encoding oauth)

i have problem for last step encoding signature or request ... my help doc: oauth_signature The concatenated Consumer Secret and Token Secret separated by an "&" character. If you are using the ...
0
votes
0answers
33 views

Hmac_Sha1 in Object C and Java

Can any one help me with generating a Sha1 Hmac in java and Objective c: SecretKeySpec key = new SecretKeySpec(macKey, "HmacSHA1"); javax.crypto.Mac mac = ...
0
votes
1answer
36 views

HMACSHA1 in Rails - strange result

I am trying to implement Single Sign On feature for Disquss. Disquss has a test console, which enables us to quickly test the values. First, we made sure that we got the hard coded values to work with ...
0
votes
1answer
93 views

How to communicate Loxone-Miniserver with Android App

We are developing an in house home automation app based on the loxone-miniserver for a customer using Android. I have collected some information regarding this. i.e i have to follow some steps given ...
5
votes
1answer
110 views

HMACSHA1 SSL issue

I have the following code which creates a hash from a password and then compares it with a stored hashed password in the db. All works fine over http. This for an asp.net webforms application running ...
4
votes
1answer
270 views

How can PBKDF2 using HMAC SHA-1 return more than 20 bytes?

If Node's crypto.PBKDF2 uses HMAC SHA-1, how can the key length ever be more than 20 bytes? Here's what I understand (apparently incorrectly): crypto.PBKDF2(password, salt, iterations, keylen, ...
2
votes
1answer
535 views

How to calculate HMAC-SHA1 authentication code in .NET 4.5 Core

I’m currently facing a big problem (Environment: .NET 4.5 Core): We need to protect a message with a key using a HMAC-SHA1 algorithm. The problem is that the HMACSHA1-class of the namespace ...
0
votes
0answers
77 views

SinglePlatform with Xcode

Does anyone know of a tutorial for adding SinglePlatform to your xcode project? I am attempting to have REST API supply me with the JSON menu items for a specified restaurant. Here is an excerpt ...
-1
votes
2answers
374 views

C# vs Java HmacSHA1 and then base64 [closed]

I have a java code example to make a digest computed using the HMAC-SHA1 algorithm (RFC 2104.), then encoded using Base64 encoding (RFC 2045). here is the java code public static String ...
1
vote
1answer
289 views

SHA-1 hash for HMAC Generated in Objective C and PHP (hash_hmac) dont match

I am trying to implement HMAC authentication from Objective C(CCHmac) and PHP (hash_hmac). I got the different hash result. Have anyone can help me? I don't know why to get the different hash result? ...
3
votes
0answers
131 views

How to get HMAC Key in OpenSSL

I am using openssl and I want to have my write HMAC Key and AES Key, so that I can accelerate HMAC and AES encryption with GPU in application. Where can I get the keys after SSL_accept? Is the AES ...
2
votes
2answers
83 views

How hash_hmac handles hex input?

I'm trying to do a hmac hash of some hex bytes in php. Not sure if I understand the hash or hex representation correctly as the 2 hashes do not match up, e.g. <?php echo ...
0
votes
1answer
246 views

HMC SHA1 hash - C# producing different hash output than PHP

I have a code in PHP and that is below when i Execute the Below PHP code and when i Run the C# code which is below PHP Code i got different Result I dont know where I am wrong. $accessID = ...
0
votes
1answer
138 views

Will hmac-sha1 slow down the performance?

There is a website with lots of HTTP traffic. There is a MD5 HASH field in HTTP header. Now I want to change use HMAC-SHA1 to encrypt the data instead. Will the server load increase a lot with ...
2
votes
2answers
192 views

Unable to Generate HMac using Salesforce Crypto Class for Google Maps API

My Company recently signed up for Google Maps API for business. To use the API, I need to generte a HMacSHA1 signature, and add it to my HTTP request. Unfortunately, somehow, I am not able to ...
5
votes
1answer
245 views

What is the C# equivalent of the Java SecretKeySpec

I have following code written in Java Mac mac = Mac.getInstance("HmacSHA1"); String secretKey ="sKey"; String content ="Hello"; byte[] secretKeyBArr = secretKey.getBytes(); byte[] contentBArr = ...
2
votes
1answer
561 views

Generate public key and secret for HMAC SHA1 in C#

I would like to implement AWS like HMAC-SHA Signature algorithm for REST API service on Asp.Net MVC 3. Are there any best practices to generate user's public key and secret?
2
votes
1answer
501 views

jsSHA, CryptoJS and OpenSSL libraries giving different results

New to JS, I'm also learning to use crypto libraries. I don't understand why signing/encoding the same message with the same secret yields differing results. I'm using jsSHA 1.3.1 found here, and ...
3
votes
3answers
442 views

can't get the same hmac_sha1 results for java and c# (winrt)

I'm trying to convert a java based code to c# as followed; The original java code; String str2 = "5f1fa09364a6ae7e35a090b434f182652ab8dd76:{\"expiration\": 1353759442.0991001, \"channel\": ...
3
votes
1answer
819 views

Python HMAC-SHA1 vs Java HMAC-SHA1 different results

I borrowed the HMAC-SHA1 Java code from http://tools.ietf.org/html/rfc6238 and adapted slightly to hardcode it to use one known key/message pair with known output. I then tried to write the same code ...
0
votes
0answers
106 views

How to create an HMAC-SHA1 signature key with XSLT?

I need to generate an HMAC-SHA1 signature key using XSLT. I may have found an EXSLT extension with {http://exslt.org/crypto}sha1 but can't find any other information on how to use it. I basically ...
1
vote
1answer
79 views

How to set the hmacsha1 key to hex in PHP?

I'm able to successfully get a HMAC SHA1 signature key using the following code: echo hash_hmac('sha1','office:fred','AA381AC5E4298C23B3B3333333333333333333'); which yields: ...
1
vote
0answers
148 views

IPhone and HMAC-SHA1 with web services

This is my first question on stackoverflow so pls be gentle. I'm communicating with a web services in my iphone app and need to verify my request to the host. What i need to do is to take the url ex. ...
-1
votes
2answers
212 views

HMAC digest different in Java and C++

I am trying to integrate 2 systems one uses C++ and other uses Jva for HMAC digest generation. Following is C++ code:- static const GUID seedGUID = { 0xd6fecf42, 0x2d1e, 0x4db9, { 0xa2, 0x73, 0xeb, ...
1
vote
1answer
346 views

Indy HMAC-SHA1 generating unexpected values

I'm attempting to use a 3rd party service that uses OAuth 1.0a and requires HMAC-SHA1 for the signature. I wrote a working version in C# and went to try to move it over to Delphi XE2. I immediately ...
-1
votes
1answer
119 views

Does Google Apps Script support signed OAuth requests?

OAuth wants requests for "protected resources" to be signed by the consumer using a hash such as HMAC-SHA1 or RSA-SHA1. Does Google Apps Script support request hashing? I RTFM, and tried the demo ...
0
votes
0answers
869 views

using Base64 HMAC SHA1 in Java not getting expected results

I´m trying to use HMAC SHA1 one way algorithm This is my code @Test public void encodeTest() { String HMAC_SHA1_ALGORITHM = "HmacSHA1"; String EXPECTED_BASE_64 = ...
0
votes
0answers
42 views

HMACSHA1 for Xbox

Does there exist an HMACSHA1 equivalent for the Xbox development environment? I am aware that there is SHA1Managed, but there doesn't seem to be HMACSHA1 available in the System.Security.Cryptography ...
0
votes
2answers
309 views

Wrong SHA1 from PHP & CF according to Amazon S3

Amazon consistently generates a different hash than PHP or CF, which causes a persistent "SignatureDoesNotMatch" error. According to the docs, GET requests [without REST headers] are signed as ...
0
votes
2answers
283 views

php and java hmac_sha1 hashing are not the same

I'm trying to hash a message to a server side (which I can't change his code) written in php and encoded by HMAC_SHA1 algorithm. I'm writing the code in Java. the php code is as follows: $utf8Str = ...
0
votes
0answers
42 views

appending length (64 bit) in padded message in sha1 in openssl

I am browsing the sha1 code in openssl and am trying to find where/which function we are appending the length (64 bits) in the padded message. This corresponds to task2 in the following link: ...
1
vote
1answer
662 views

hash_hmac - sha1 - signed value coming wrong?

$signData = hash_hmac("sha1", 'GET\n1344250030\n/contacts.json', base64_decode($this->api_secret)); $signData = base64_encode($signData); the value of api_secret is ...
0
votes
0answers
137 views

XML Signature calculation

i am trying to sign simple XML document, but i have a problems with canonicalization. I can't compute SignatureValue of the following document: ...
0
votes
1answer
120 views

http OAuth response error

@Override protected Boolean doInBackground(Void... params) { // TODO Auto-generated method stub HttpClient httpclient = new DefaultHttpClient(); Log.d("HTTP","Exe"); ...
0
votes
2answers
3k views

HMAC SHA1 Signature in Java

I am trying to interface with a TransUnion web service and I need to provide a HMAC-SHA1 signature to access it. This example is in the TransUnion documentation: Input of ...
4
votes
2answers
986 views

Setting up Twitter OAuth without 3rd party libraries

Continuation from Get twitter public timeline, json+C#, no 3rd party libraries I'm still new to C# and oAuth so please bear with me if I fail to understand anything I've created a C# class named ...
2
votes
1answer
127 views

Why am failing to compute Amazon S3 authorizations correctly

I am following the official Amazon S3 REST API documentation here and am having problems computing the same authorization values they show in their examples. The base64 HMAC-SHA1 hash they show for ...
0
votes
0answers
449 views

Sha-1 hash for HMAC Generated in Objective C and Java (for client-server authentication) dont match

I am trying to implement HMAC client/server authentication as given here. So far I have implemented the hashing functions in objective c and java for client/server respectively. Problem: the outputs ...
2
votes
2answers
2k views

Base64 HMAC SHA1 String in VBA

I'm trying to convert an ASP/VBScript OAuth library to VBA. One of the challenges is this line of code: Get_Signature = b64_hmac_sha1(strSecret, strBaseSignature) This function, b64_hmac_sha1 is ...
0
votes
1answer
190 views

Writing a Hmac function in Vala

I am writing a cross platform application in Vala for Windows and Linux. I need to implement Hmac for security; but unfortunately the GHmac class (link) has not been ported to windows yet. I found the ...
1
vote
1answer
609 views

HMACSHA1 from C# To PHP

I am trying to understand these line of code from C# (.Net) method to create a signature. However, I would like to do the same in PHP but not quite understand what it does in C#. I wonder if any .net ...
1
vote
1answer
432 views

Confused how a client and a server using AES and Hmac will verify each other

The scenario is this: I have a client and server talking. Here is the standard idea: Use Diffie-Hellman to generate a secret key between the client and server. Use this secret key for ...
0
votes
1answer
821 views

HMAC-SHA1 code sample

I'm searching for a hmac-sha1 code sample in objective-c I saw this sample and it looks clear and readable, the problem is that there is there one unclear line: NSString *hash = [HMAC ...
0
votes
1answer
635 views

HMACSHA256 output bytes / bits

My Friend told me to use "HMACSHA256" algo and i have used the below code : SecretKey signingKey = new SecretKeySpec("123".getBytes(), "HMACSHA256"); Mac mac = Mac.getInstance("HMACSHA256"); ...
1
vote
2answers
595 views

Coldfusion HMAC-SHA1 encryption

There is an example HMAC-SHA1 here that works in javascript http://jssha.sourceforge.net/ Text to encrypt ...
1
vote
1answer
324 views

Rails 3 - Sign Responses with HMAC-SHA256

I am using OpenSSL HMAC SHA256 method to sign all my requests to the server generating a HASH using a private key. My requests look like: ...
0
votes
2answers
593 views

HMAC SHA1 using the same value for key and message

I'm working on some C# security code and was about to replace it when I saw that it was using the HMACSHA1 class. The code is used to hash a password for storing in the database. The thing that caught ...

1 2