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


ASCO  EFHB8316G054 3/2-Way 3/8

ASCO EFHB8316G054 3/2-Way 3/8" General Service Solenoid Valve 24V DC UL Listed

$382.50



SMC Valve Manifold Assembly w/ (2) Solenoid Valves SC2200-5FU picture

SMC Valve Manifold Assembly w/ (2) Solenoid Valves SC2200-5FU

$40.00



Asco Red-Hat 8316G054 Solenoid Valve Brass 3/8

Asco Red-Hat 8316G054 Solenoid Valve Brass 3/8" STOCK 1242-A

$156.00



Festo Pneumatic Manifold 573606 w/ (7) Solenoid Valves picture

Festo Pneumatic Manifold 573606 w/ (7) Solenoid Valves

$250.00



U.S. Solid Electric Solenoid Valve 1/4 inch Brass 12V DC picture

U.S. Solid Electric Solenoid Valve 1/4 inch Brass 12V DC

$21.99



3/4

3/4" NPT, 110/120 VAC N/O Solenoid Valve Plastic Potable Water Normally Open

$39.98







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