BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 10-02-2011, 03:51 AM   #1
admireravi
New Member
 
Join Date: Sep 2011
Model: none
PIN: N/A
Carrier: AIRTEL
Posts: 2
Question Encryption using SHA1 of User ID and Password

Please Login to Remove!

I am creating a blackberry application which sends the request to the server. So authentication of the user is required here. So for doing this i want to hash UserID and password using SHA1 in blackberry. The hashed data is encoded and then passed to the server for authentication.
My problem is how do i implement this. Can someone give the sample code for implementing this in blackberry.
Thanks

Last edited by admireravi; 10-02-2011 at 04:04 AM..
Offline  
Old 10-02-2011, 06:21 AM   #2
dc/dc
Spam Reporter
 
dc/dc's Avatar
 
Join Date: Oct 2005
Location: IAD
Model: 6230
Carrier: Voicestream
Posts: 14,524
Default Re: Encryption using SHA1 of User ID and Password

You need to post in the Developer section.
__________________
I h8 txtspk.
Offline  
Old 10-02-2011, 08:09 AM   #3
hrbuckley
BlackBerry Extraordinaire
 
Join Date: Jan 2006
Model: LEZ10
OS: 10.0.10
Carrier: Rogers CA
Posts: 1,704
Default Re: Encryption using SHA1 of User ID and Password

Code:
String userid, password;
...
SHA1Digest sha1 = new SHA1Digest();

sha1.update(userid.getBytes(), 0, userid.length());
byte[] userHash = new byte[sha1.getBlockLength()];
sha1.getDigest(userHash, 0, true);

sha1.update(password.getBytes(), 0, password.length());
byte[] passHash = new byte[sha1.getBlockLength()];
sha1.getDigest(passHash, 0, true);
__________________
My other Blackberry is a PlayBook.
Offline  
Old 10-02-2011, 11:25 AM   #4
Dubdub
Appleinator
 
Dubdub's Avatar
 
Join Date: Nov 2005
Location: New Hampshire
Model: App6+
OS: AJBR549
PIN: Ask
Carrier: ATT & Verizon
Posts: 20,038
Default Re: Encryption using SHA1 of User ID and Password

Moved to the Developer Forum.
__________________
-->>BB FAQ

-->>Stinsonddog's Tip Site!

-->>Twitter


If someone helps, tell them by clicking the Thanks button.!!
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


ETERFANT Dental LED Flash Photography Oral Cell Phone Camera Filling Light Tools picture

ETERFANT Dental LED Flash Photography Oral Cell Phone Camera Filling Light Tools

$63.89



1 PCS New For Flash relay 5 Pin 24V  JQ608A /215C picture

1 PCS New For Flash relay 5 Pin 24V JQ608A /215C

$18.12



LP Weather Logic Seam And Flashing Tape (boxes) picture

LP Weather Logic Seam And Flashing Tape (boxes)

$200.00



NEW Flash Technology White Xenon Tower Flashtube Lighting:  H18030CF  picture

NEW Flash Technology White Xenon Tower Flashtube Lighting: H18030CF

$120.00



APOC 264  FLASH N' SEAL WHITE ELASTOMERIC ROOF & FLASHING SEALANT 2 GALLONS picture

APOC 264 FLASH N' SEAL WHITE ELASTOMERIC ROOF & FLASHING SEALANT 2 GALLONS

$79.99



York 031-02755-003 CARD FLASH YCAL EXT RANGE MMHP picture

York 031-02755-003 CARD FLASH YCAL EXT RANGE MMHP

$274.81







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.