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


Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ picture

Vintage V-Mac Industries Inc. Pipe Threader Vosper Drophead Threader - READ

$199.00



VINTAGE MAC TOOLS 30 PSI/200 KPA AIR PRESSURE GAGE picture

VINTAGE MAC TOOLS 30 PSI/200 KPA AIR PRESSURE GAGE

$24.95



Vintage MAC Tools ET905 Voltage Ohms Dwell Tach Multimeter (K) picture

Vintage MAC Tools ET905 Voltage Ohms Dwell Tach Multimeter (K)

$59.99



Vintage--MACHINIST--Mechanic- Snap-on- Mac tools- Starrett- Tools- Measuring-cut picture

Vintage--MACHINIST--Mechanic- Snap-on- Mac tools- Starrett- Tools- Measuring-cut

$19.85



Vintage MAC Knife Japan 4.75

Vintage MAC Knife Japan 4.75" Folding Lock Blade Knife Chef Pocket Knife Utility

$224.99



Vintage Mac Warehouse  3.5” Floppy Disk Solar Powered Calculator Company Swag picture

Vintage Mac Warehouse 3.5” Floppy Disk Solar Powered Calculator Company Swag

$66.60







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