Re: Encryption

2007-04-30 Thread Andreas Moroder
Sorry, I know I should write all in one answer ;) I think in this place the algorithm is explained better. http://groups.google.com/group/comp.databases.oracle/msg/83ae557a977fb6ed?hl=en Bye Andreas -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: Encryption

2007-04-30 Thread Andreas Moroder
I'm a bit unclear about step 5, but it should be doable in Perl once you determine the EXACT steps you need to take. Here are some tips to maybe get you through the first four steps. This my be far off from what Oracle needs, but it seems to work for your first 4 steps. Some questions remain, lik

Re: Encryption

2007-04-30 Thread Andreas Moroder
Hello, I got this steps from http://www.ecuoug.org/papers/OraclePasswordAlgorithm.pdf I'm a bit unclear about step 5, but it should be doable in Perl once you determine the EXACT steps you need to take. Here are some tips to maybe get you through the first four steps. This my be far off from wh

Re: Encryption

2007-04-27 Thread Martin Barth
Hi On Fri, 27 Apr 2007 11:33:47 +0200 Andreas Moroder <[EMAIL PROTECTED]> wrote: > Hello, > > I have to calculate a hash of username and password in perl. > The calculation should be done this way: > first the easy stuff, I think you already know that answers to that: > 1. Concatenate the use

Re: encryption of perl script

2003-05-28 Thread James Edward Gray II
perldoc -q hide Explains the choices pretty well. The document is pretty negative and basically takes the "there is no totally secure method" angle, even while it explains what to try. It's right, of course, but my opinion is a little different. The people that get around things like the Filt

RE: encryption of perl script

2003-05-28 Thread Jaschar Otto
> Sakthivel <[EMAIL PROTECTED]> 28.05.2003 10:31:09 >>> >Hi, >Is there any command to encrypt the perl script code. How about compiling it ? i don't know of any other possibility to make it unreadable. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Re: encryption of perl script

2003-05-28 Thread WC -Sx- Jones
On Wednesday, May 28, 2003, at 04:31 AM, Sakthivel wrote: Hi, Is there any command to encrypt the perl script code. No, why? Are you trying to hide your code? http://InSecurity.org/ _Sx ('>iudicium ferat //\ Have Computer - v_/_Will Hack... \|/ ___

Re: Encryption/Decryption

2002-09-21 Thread zentara
On Sat, 21 Sep 2002 11:31:38 -0400, [EMAIL PROTECTED] (Zentara) wrote: >On Fri, 20 Sep 2002 08:24:30 -0400, [EMAIL PROTECTED] (Rob Das) >wrote: > >>Hi List: >> >>Can anyone suggest a way/module to encrypt the contents of a file then >>decrypt it to get the contents back? I see many different modu

Re: Encryption/Decryption

2002-09-21 Thread zentara
On Fri, 20 Sep 2002 08:24:30 -0400, [EMAIL PROTECTED] (Rob Das) wrote: >Hi List: > >Can anyone suggest a way/module to encrypt the contents of a file then >decrypt it to get the contents back? I see many different modules on CPAN, >but wondered if anyone can recommend one. I would be doing the en

RE: Encryption/Decryption

2002-09-20 Thread Nikola Janceski
I don't know how good the PGP module on CPAN is, but it looks promising the last time I looked. > -Original Message- > From: Rob Das [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 20, 2002 8:25 AM > To: [EMAIL PROTECTED] > Subject: Encryption/Decryption > > > Hi List: > > Can any

Re: Encryption with rijandael.

2002-05-28 Thread Michael Fowler
On Tue, May 28, 2002 at 04:50:18PM -0400, zentara wrote: > The following is an example of setting a simple 32 byte > key, and a sub which will give your data a blocksize of 16 bytes. It seems to me it would be easier to use Crypt::CBC or Crypt::CBCeasy, both available from CPAN. Each provides a

Re: Encryption with rijandael.

2002-05-28 Thread zentara
On 28 May 2002 07:37:24 -, [EMAIL PROTECTED] (Postman Pat) wrote: >Greetings, >I am looking for basic examples of how I would go about doing encryption >using rijandael. For instance, I wanna take a text file $file and encrypt >it with a given key $key and write it to file $cryptfile. > >An

Re: Encryption with rijandael.

2002-05-28 Thread Felix Geerinckx
on Tue, 28 May 2002 07:37:24 GMT, [EMAIL PROTECTED] (Postman Pat) wrote: > Greetings, > I am looking for basic examples of how I would go about doing > encryption using rijandael. For instance, I wanna take a text file > $file and encrypt it with a given key $key and write it to file > $cryptfil

Re: Encryption/Decryption

2002-01-15 Thread Daniel Gardner
Tuesday, January 15, 2002, 4:31:46 PM, Gary Luther wrote: > I need some help from someone that may have traveled this road. > We will be receiving encrypted data from a remote location that we need to decrypt >and process. > What I know about the encryption is that it is symmetric, with DES and

Re: Encryption/Decryption

2002-01-15 Thread royce . wells
There is also Crypt::TripleDES that you might find useful. "The software said it required Windows 3.1 or better so I installed Linux. " Royce Wells Unix Systems Engineer Dept # 8023 123 S. Front St. Memphis, TN 38103-2905 Phone: (901)495-7538 Fax: (901)495-3300