Search
Search titles only
By:
Search titles only
By:
Log in
Register
Search
Search titles only
By:
Search titles only
By:
Menu
Install the app
Install
Forums
New posts
All threads
Latest threads
New posts
Trending threads
Trending
Search forums
What's new
New posts
New ads
New profile posts
Latest activity
Free Ads
Latest reviews
Search ads
Members
Current visitors
New profile posts
Search profile posts
Contact us
Latest ads
Ad icon
Sell your Land, House on idamata.lk for FREE
sajith.xp.pk
Updated:
Yesterday at 9:03 AM
Handmade Character Soft Toys
anil1961
Updated:
Tuesday at 2:11 PM
Bodim.lk out now !
Manoj Suranga Bandara
Updated:
Sunday at 3:05 AM
Power Lifting Lever Belt
SkullVamp
Updated:
Jun 13, 2026
Ad icon
port.lk Domain for sale
Lankan-Tech
Updated:
Jun 13, 2026
Electronics
Vehicles
Property
Search
Reply to thread
Forums
General
Education
ElaKiri Programmer's Club
Get the App
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Message
<blockquote data-quote="KingCM" data-source="post: 17903221" data-attributes="member: 482722"><p style="text-align: center"><span style="font-size: 12px"><span style="color: YellowGreen">Java has 4 implementations of SHA algorithm. They generate following length hashes in comparison to MD5 (128 bit hash):</span></span></p> <p style="text-align: center"></p> <ul style="text-align: center"> <li data-xf-list-type="ul"><span style="font-size: 12px"><span style="color: YellowGreen">...................<span style="color: Red">SHA-1</span> (Simplest one – 160 bits Hash)</span></span></li> <li data-xf-list-type="ul"><span style="font-size: 12px"><span style="color: YellowGreen">....<span style="color: Red">SHA-256</span> (Stronger than SHA-1 – 256 bits Hash)</span></span></li> <li data-xf-list-type="ul"><span style="font-size: 12px"><span style="color: YellowGreen"><span style="color: Red">SHA-384</span> (Stronger than SHA-256 – 384 bits Hash)</span></span></li> <li data-xf-list-type="ul"><span style="font-size: 12px"><span style="color: YellowGreen"><span style="color: Red">SHA-512 </span>(Stronger than SHA-384 – 512 bits Hash)</span></span></li> </ul> <p style="text-align: center"><span style="font-size: 12px"><span style="color: YellowGreen">A longer hash is more difficult to break. That’s core idea.</span></span></p> <p style="text-align: center"></p> <p style="text-align: center"><img src="http://i62.tinypic.com/2u5fipy.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p> <p style="text-align: center"></p> <p style="text-align: center"></p> <p style="text-align: center"><span style="font-size: 15px"><span style="color: DarkOrchid">MySQL database data table</span></span></p> <p style="text-align: center"></p> <p style="text-align: center"></p> <p style="text-align: center"></p> <p style="text-align: center">[CODE]CREATE TABLE `pssswordhash` (</p> <p style="text-align: center"> `ID` INT(11) NOT NULL AUTO_INCREMENT,</p> <p style="text-align: center"> `UserName` VARCHAR(50) NOT NULL,</p> <p style="text-align: center"> `HashedPassword` VARCHAR(100) NOT NULL,</p> <p style="text-align: center"> `Salt` VARCHAR(50) NOT NULL,</p> <p style="text-align: center"> PRIMARY KEY (`ID`)</p> <p style="text-align: center">)[/CODE]<img src="http://i57.tinypic.com/xc4umw.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p> <p style="text-align: center"></p> <p style="text-align: center"><span style="color: Red">------------------------------------------------------------------</span></p> <p style="text-align: center"><span style="font-size: 15px"><span style="color: DarkOrchid"></span></span></p> <p style="text-align: center"><span style="font-size: 15px"><span style="color: DarkOrchid">User Login Form</span></span>(write code for Jbutton action event)</p> <p style="text-align: center"></p> <p style="text-align: center"><span style="color: Red">-------------------------------------------------------------------</span></p> <p style="text-align: center"></p> <p style="text-align: center"><img src="http://i59.tinypic.com/25fndac.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p> <p style="text-align: center"><img src="http://i59.tinypic.com/1902eh.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p> <p style="text-align: center"></p> <p style="text-align: center"></p><p style="text-align: center"><span style="font-size: 15px"><span style="color: DarkOrchid">write this code inside the class</span></span>(not button action event code.)</p> <p style="text-align: center"></p> <p style="text-align: center"><img src="http://i62.tinypic.com/ml30j8.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p> <p style="text-align: center"><span style="color: Red">-----------------------------------------------------------------------</span></p> <p style="text-align: center"><span style="color: Red"></span><span style="font-size: 15px"><span style="color: DarkOrchid"></span></span></p> <p style="text-align: center"><span style="font-size: 15px"><span style="color: DarkOrchid">User SignUP form</span></span>(write this code for jButton action event)</p> <p style="text-align: center"></p> <p style="text-align: center"><span style="color: Red">------------------------------------------------------------------------</span></p> <p style="text-align: center"></p> <p style="text-align: center"><img src="http://i59.tinypic.com/332zek2.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p> <p style="text-align: center"></p> <p style="text-align: center"><span style="font-size: 12px"><span style="color: DarkOrchid">Write this code inside the class</span></span>(Not button action event)</p> <p style="text-align: center"><img src="http://i61.tinypic.com/6xxmcx.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p> <p style="text-align: center"></p></p> <p style="text-align: center"></p> <p style="text-align: center"></p></blockquote><p></p>
[QUOTE="KingCM, post: 17903221, member: 482722"] [CENTER][SIZE=3][COLOR=YellowGreen]Java has 4 implementations of SHA algorithm. They generate following length hashes in comparison to MD5 (128 bit hash):[/COLOR][/SIZE] [LIST] [*][SIZE=3][COLOR=YellowGreen]...................[COLOR=Red]SHA-1[/COLOR] (Simplest one – 160 bits Hash)[/COLOR][/SIZE] [*][SIZE=3][COLOR=YellowGreen]....[COLOR=Red]SHA-256[/COLOR] (Stronger than SHA-1 – 256 bits Hash)[/COLOR][/SIZE] [*][SIZE=3][COLOR=YellowGreen][COLOR=Red]SHA-384[/COLOR] (Stronger than SHA-256 – 384 bits Hash)[/COLOR][/SIZE] [*][SIZE=3][COLOR=YellowGreen][COLOR=Red]SHA-512 [/COLOR](Stronger than SHA-384 – 512 bits Hash)[/COLOR][/SIZE] [/LIST] [SIZE=3][COLOR=YellowGreen]A longer hash is more difficult to break. That’s core idea.[/COLOR][/SIZE] [IMG]http://i62.tinypic.com/2u5fipy.png[/IMG] [SIZE=4][COLOR=DarkOrchid]MySQL database data table[/COLOR][/SIZE] [CODE]CREATE TABLE `pssswordhash` ( `ID` INT(11) NOT NULL AUTO_INCREMENT, `UserName` VARCHAR(50) NOT NULL, `HashedPassword` VARCHAR(100) NOT NULL, `Salt` VARCHAR(50) NOT NULL, PRIMARY KEY (`ID`) )[/CODE][IMG]http://i57.tinypic.com/xc4umw.png[/IMG] [COLOR=Red]------------------------------------------------------------------[/COLOR] [SIZE=4][COLOR=DarkOrchid] User Login Form[/COLOR][/SIZE](write code for Jbutton action event) [COLOR=Red]-------------------------------------------------------------------[/COLOR] [IMG]http://i59.tinypic.com/25fndac.png[/IMG] [IMG]http://i59.tinypic.com/1902eh.png[/IMG] [CENTER][SIZE=4][COLOR=DarkOrchid]write this code inside the class[/COLOR][/SIZE](not button action event code.) [IMG]http://i62.tinypic.com/ml30j8.png[/IMG] [COLOR=Red]----------------------------------------------------------------------- [/COLOR][SIZE=4][COLOR=DarkOrchid] User SignUP form[/COLOR][/SIZE](write this code for jButton action event) [COLOR=Red]------------------------------------------------------------------------[/COLOR] [IMG]http://i59.tinypic.com/332zek2.png[/IMG] [SIZE=3][COLOR=DarkOrchid]Write this code inside the class[/COLOR][/SIZE](Not button action event) [IMG]http://i61.tinypic.com/6xxmcx.png[/IMG] [/CENTER] [/CENTER] [/QUOTE]
Insert quotes…
Verification
Winadiyakata thappara keeyak tibeda?
Post reply
Top
Bottom