Closed Thread Icon

Topic awaiting preservation: Encryption alogorithms (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=23244" title="Pages that link to Topic awaiting preservation: Encryption alogorithms (Page 1 of 1)" rel="nofollow" >Topic awaiting preservation: Encryption alogorithms <span class="small">(Page 1 of 1)</span>\

 
Skaarjj
Maniac (V) Mad Scientist

From: :morF
Insane since: May 2000

posted posted 09-09-2004 16:32

Now, I know that there are alot of encryption algorithms out there, but essentially what I'm looking for at the moment are the ones that work like MD5 or Blowfish, that take a short input string and convert it to a different string. How many of them are there out there? And where can I find information on how ot form their algorhithms in the programs I write?

You see, I'm currently learning Java, and for some reason today the urge struck me to write a program that will take an input string and give you an MD5 hash, and a blowfish hash, etc, for everything I could make it do. And for my own learning purposes I wanted to form those algorithms from the ground up. Any help here would be appreciated, in the form of 'well for this algorithm look at this site, ro do this' or 'your crazy, give up now!...but if you're not going to, try this site.' Any help, really

JKMabry
Maniac (V) Inmate

From: raht cheah
Insane since: Aug 2000

posted posted 09-09-2004 17:49

I use an encryption utility called FineCrypt that can encrypt using:

AES
Blowfish
CAST-256
GOST
Square
Mars
RC-6
Serpent
TripleDES
Twofish

You might visit: http://crypto-systems.com/algs.html for a jumping off place/keyword stash for some Googling



edit: linking FC

(Edited by JKMabry on 09-09-2004 17:51)

hyperbole
Paranoid (IV) Inmate

From: Madison, Indiana, USA
Insane since: Aug 2000

posted posted 09-09-2004 17:54

Find a copy of the book "Numerical Recipes'. It has a chapter on encryption and how it works.

-- not necessarily stoned... just beautiful.

Petskull
Maniac (V) Mad Scientist

From: 127 Halcyon Road, Marenia, Atlantis
Insane since: Aug 2000

posted posted 09-09-2004 18:41

... You might try ROT-13 ...

... you might even try encrypting in it twice!

Iron Wallaby
Paranoid (IV) Inmate

From: USA
Insane since: May 2004

posted posted 09-10-2004 02:22
quote:
Petskull said:

... You might try ROT-13 ...

... you might even try encrypting in it twice!



...

...

But ROT13 doesn't teach you anything by writing it...

"Any sufficiently advanced technology is indistinguishable from magic." -- Arthur C. Clarke
"Any sufficiently arcane magic is indistinguishable from technology." -- P. David Lebling

abb
Bipolar (III) Inmate

From: Victoria, BC
Insane since: Mar 2002

posted posted 09-10-2004 04:56

Don't forget SHA-1!

______________
Paquter Dev Inc

lallous
Maniac (V) Inmate

From: Lebanon
Insane since: May 2001

posted posted 09-10-2004 09:35
quote:
Now, I know that there are alot of encryption algorithms out there, but essentially what I'm looking for at the moment are the ones that work like MD5 or Blowfish, that take a short input string and convert it to a different string. How many of them are there out there? And where can I find information on how ot form their algorhithms in the programs I write?



You're looking for something like MD5 and blowfish?

They are not the same, MD5 is a hashing algorithm while blowfish is an encryption algo.
One is reversible, the other is not.

Please google about "Hashing functions" then "encryption algorithms"

Hope that helps

--
Regards,
Elias

« BackwardsOnwards »

Show Forum Drop Down Menu