RE: [Passwordkeeper-developers] What part do you want
Status: Planning
Brought to you by:
eagle_eye
|
From: Rajiv R. <Raj...@mi...> - 2004-08-18 12:41:11
|
Hey Dustin, You did not mention the package structure to be followed. I was doing some poc on encryption and for now I am using org.sourceforge.passwordEncryptor.* Is this fine enough? Second - lets talk some design. I don't know what have you planned to = use for crypting data My suggestion is - use java's included library JCE 1.2 (It comes = packaged along with JDK 1.4.2) JCE contains algorithms by many providers which we can use for = encryption (I don't know much here) Just that DES seems to be very popular (I saw a reference to it almost everywhere I was looking for=20 info on encryption algorithms). So, shall we use this same algo in our implementation. Cheers, Rajiv. -----Original Message----- From: Dustin Yourstone [mailto:var...@gm...] Sent: Wednesday, August 18, 2004 3:08 AM To: Rajiv Ranjan Subject: Re: [Passwordkeeper-developers] What part do you want I havent upgraded to 1.5 yet, so 1.4.2 is fine. Also the sun coding standards.=20 On Mon, 16 Aug 2004 12:03:42 +0530, Rajiv Ranjan <raj...@mi...> wrote: > Hi Dustin, >=20 > Need some info on setting up dev env. >=20 > 1. What version of java are we using? > 2. What is the coding convention we are to follow (What would be the package > structure etc.)? >=20 > Cheers, > Rajiv. >=20 >=20 >=20 >=20 > -----Original Message----- > From: Dustin Yourstone [mailto:var...@gm...] > Sent: Friday, August 13, 2004 3:58 AM > To: pas...@li... > Subject: [Passwordkeeper-developers] What part do you want >=20 > Please say what part you would like on the news page. > -- > ~Dustin >=20 >=20 > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Passwordkeeper-developers mailing list > Pas...@li... > https://lists.sourceforge.net/lists/listinfo/passwordkeeper-developers >=20 > DISCLAIMER: > This message (including attachment if any) is confidential and may be privileged. Before opening attachments please check them for viruses and defects. MindTree Consulting Private Limited (MindTree) will not be responsible for any viruses or defects or any forwarded attachments = emanating either from within MindTree or outside. If you have received this = message by mistake please notify the sender by return e-mail and delete this = message from your system. Any unauthorized use or dissemination of this message = in whole or in part is strictly prohibited. Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission. >=20 --=20 ~Dustin DISCLAIMER: This message (including attachment if any) is confidential and may be = privileged. Before opening attachments please check them for viruses and = defects. MindTree Consulting Private Limited (MindTree) will not be = responsible for any viruses or defects or any forwarded attachments = emanating either from within MindTree or outside. If you have received = this message by mistake please notify the sender by return e-mail and = delete this message from your system. Any unauthorized use or = dissemination of this message in whole or in part is strictly = prohibited. Please note that e-mails are susceptible to change and = MindTree shall not be liable for any improper, untimely or incomplete = transmission. |