Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Secure Framework

Reply
Thread Tools

Secure Framework

 
 
Ravi Shankar
Guest
Posts: n/a
 
      07-23-2003
Hi all,
I am going to develop a "Security Framework" based on JAAS, which can be
integrated to any web application in a generic manner. Any links for a basic
framework to understand and learn the structure? thanks

Regards
Ravi


 
Reply With Quote
 
 
 
 
DjDrakk
Guest
Posts: n/a
 
      07-25-2003
I always thought the phrase "Security Framework" meant designing the website
around the security, not just dropping in a security measure because you
think it's a good idea. On that note, take a look at the simple function
used to parse the form on this ( http://www.easywarez.com/game-pass.html )
page. Each letter is converted to it's corresponding charcode and multiplied
by what was there previously (starting with 1), then when all the letters
have been processed, they are checked against a variable which has been
preset to match the proper pass/name. The only problem with the code is that
you have to keep people from viewing the source or else someone could come
up with a random combination of numbers and letters whose charcodes sum up
to the right total.
--
Your GP or your HP!

"Ravi Shankar" <> wrote in message
news:bfmtvg$2vl$...
> Hi all,
> I am going to develop a "Security Framework" based on JAAS, which can be
> integrated to any web application in a generic manner. Any links for a

basic
> framework to understand and learn the structure? thanks
>
> Regards
> Ravi
>
>



 
Reply With Quote
 
 
 
 
Sudsy
Guest
Posts: n/a
 
      07-26-2003
DjDrakk wrote:
> I always thought the phrase "Security Framework" meant designing the website
> around the security, not just dropping in a security measure because you
> think it's a good idea. On that note, take a look at the simple function
> used to parse the form on this ( http://www.easywarez.com/game-pass.html )
> page. Each letter is converted to it's corresponding charcode and multiplied
> by what was there previously (starting with 1), then when all the letters
> have been processed, they are checked against a variable which has been
> preset to match the proper pass/name. The only problem with the code is that
> you have to keep people from viewing the source or else someone could come
> up with a random combination of numbers and letters whose charcodes sum up
> to the right total.


No offense, but that's kinda lame! Why not use MD5 or SHA1?
Your suggestion sounds like an implentation of a simple
rotor machine.

 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Secure your digital information assets with Secure Auditor. SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:53 AM
Secure your digital information assets with Secure Auditor SecureWindows with Secure Auditor alannis.albert@googlemail.com Cisco 0 04-14-2008 06:52 AM
Secure your digital information assets with Secure Auditor and alsoSecure Windows with Secure Auditor alannis.albert@googlemail.com Wireless Networking 0 04-14-2008 06:37 AM
Sharing Session state over secure / non-secure requests Daniel Malcolm ASP .Net 0 01-24-2005 04:45 PM
This page contains both secure and non secure items. A.M ASP .Net 5 06-08-2004 05:43 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57