Re: Side Line API Question - User ID / Password Security

2009-02-04 Thread Ben Chernys
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Robert Molenda Sent: Tuesday, February 03, 2009 7:19 AM To: arslist@ARSLIST.ORG Subject: Re: Side Line API Question - User ID / Password Security ** LJ & Axton; Sorry for the quite delayed THANKS - I caught that cold/flu b

Re: Side Line API Question - User ID / Password Security

2009-02-04 Thread Axton
- > *From:* Action Request System discussion list(ARSList) [mailto: > arsl...@arslist.org] *On Behalf Of *LJ Longwing > *Sent:* February 3, 2009 3:24 PM > > *To:* arslist@ARSLIST.ORG > *Subject:* Re: Side Line API Question - User ID / Password Security > > ** :)..

Re: Side Line API Question - User ID / Password Security

2009-02-03 Thread Ben Chernys
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Robert Molenda Sent: Tuesday, February 03, 2009 7:19 AM To: arslist@ARSLIST.ORG Subject: Re: Side Line API Question - User ID / Password Security ** LJ & Axton; Sorry for the quite delayed THANKS - I caught that cold/flu bug

Re: Side Line API Question - User ID / Password Security

2009-02-03 Thread LJ Longwing
...@arslist.org] On Behalf Of Robert Molenda Sent: Tuesday, February 03, 2009 7:19 AM To: arslist@ARSLIST.ORG Subject: Re: Side Line API Question - User ID / Password Security ** LJ & Axton; Sorry for the quite delayed THANKS - I caught that cold/flu bug and was down for about a week - then was in catc

Re: Side Line API Question - User ID / Password Security

2009-02-03 Thread Robert Molenda
LJ & Axton; Sorry for the quite delayed THANKS - I caught that cold/flu bug and was down for about a week - then was in catch-up mode... LJ - I thought about storing the login info/etc in a Remedy form - however, the conundrum is you have to 'login to get the login info'... for some customers thi

Re: Side Line API Question - User ID / Password Security

2009-01-19 Thread Axton
It depends on the nature/use of the program. For server side stuff, I typically store the password in an encrypted format in a config file, set the file ownership, and restrict the file permissions. There are lots of good packages in java for such things. Blowfish is the cipher I've opted for in

Re: Side Line API Question - User ID / Password Security

2009-01-19 Thread LJ Longwing
connection information. _ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Robert Molenda Sent: Monday, January 19, 2009 11:49 AM To: arslist@ARSLIST.ORG Subject: Side Line API Question - User ID / Password Security ** Hello Listers; Hopefully

Side Line API Question - User ID / Password Security

2009-01-19 Thread Robert Molenda
Hello Listers; Hopefully this post finds you well - Thanks in advance for feedback... I have written several ARS 7.x Java API based utilities, which all run just fine - and this weekend when I was doing the documentation for them - in the "Security Section" - I obviously mentioned all the normal