Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
No such thing as a small change
 
PerlMonks  

Re: Re (boo) 1: CipherText

by boo_radley (Parson)
on Feb 08, 2001 at 14:05 UTC ( [id://57179]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to Re (tilly) 1: CipherText
in thread CipherText

Tilly's advice is very true -- some other programming community websites that I visit have "encryption" code sections. Most code offerings have one of three themes.
  • Code that produces a cyphered text, takes negligible time to brute force.
  • Code that produces a cyphered text, takes negligible time to brute force, won't decrypt own cypher.
  • Caesar cyphers.
If you feel the need to try your hand at encryption, try one of the better documented, free (speech) algorithms : blowfish. Source code (in C and visual basic) is present, as well as a white paper describing the algoritm. There's even a set of test data to verify your implementation's correctness.

Again, writing good encryption is sticky stuff -- especially when TASMWTODI, including blowfish (and even an all-perl version). So, unless you have a wild encryption itch to scratch, I'd suggest one of these existing modules.
update : Level II encryption??? what's level I? ;-)

Replies are listed 'Best First'.
Re: Re: Re (boo) 1: CipherText
by Steeeeeve (Initiate) on Feb 09, 2001 at 01:24 UTC
    Level one is just a single XOR pass. Its somewhat useful for comparison purposes. CipherText is targeting niche applications that require default HTTP transmission. Its output domain can be restricted, making it possible for use encrypting query string values in CGI applicatons. I have demonstrated a site wrapper that encrypts query values, embedding them into HTML links. When returned, the values must correspond to lookup data. Also thread authentication is made possible by changing the user key at each request. Its amazing how much you can learn about syntax, implementing the same algorithm in several languages. -Steeeeeve

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://57179]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.